|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ColumnFamilyType | |
---|---|
org.apache.cassandra.config | |
org.apache.cassandra.db |
Uses of ColumnFamilyType in org.apache.cassandra.config |
---|
Fields in org.apache.cassandra.config declared as ColumnFamilyType | |
---|---|
ColumnFamilyType |
CFMetaData.cfType
|
Methods in org.apache.cassandra.config that return ColumnFamilyType | |
---|---|
ColumnFamilyType |
Schema.getColumnFamilyType(java.lang.String ksName,
java.lang.String cfName)
Get type of the ColumnFamily but it's keyspace/name |
Constructors in org.apache.cassandra.config with parameters of type ColumnFamilyType | |
---|---|
CFMetaData(java.lang.String keyspace,
java.lang.String name,
ColumnFamilyType type,
AbstractType comp,
AbstractType subcc)
|
Uses of ColumnFamilyType in org.apache.cassandra.db |
---|
Methods in org.apache.cassandra.db that return ColumnFamilyType | |
---|---|
static ColumnFamilyType |
ColumnFamilyType.create(java.lang.String name)
|
ColumnFamilyType |
ColumnFamily.getType()
|
static ColumnFamilyType |
ColumnFamilyType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static ColumnFamilyType[] |
ColumnFamilyType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |