Package | Description |
---|---|
org.apache.cassandra.config | |
org.apache.cassandra.db |
Modifier and Type | Field and Description |
---|---|
ColumnFamilyType |
CFMetaData.cfType |
Constructor and Description |
---|
CFMetaData(java.lang.String keyspace,
java.lang.String name,
ColumnFamilyType type,
CellNameType comp)
Create new ColumnFamily metadata with generated random ID.
|
CFMetaData(java.lang.String keyspace,
java.lang.String name,
ColumnFamilyType type,
CellNameType comp,
java.util.UUID id) |
Modifier and Type | Method and Description |
---|---|
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.
|
Copyright © 2018 The Apache Software Foundation