Package | Description |
---|---|
org.apache.cassandra.config |
Modifier and Type | Field and Description |
---|---|
ColumnDefinition.Type |
ColumnDefinition.type |
Modifier and Type | Method and Description |
---|---|
static ColumnDefinition.Type |
ColumnDefinition.Type.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ColumnDefinition.Type[] |
ColumnDefinition.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
CFMetaData.addColumnMetadataFromAliases(java.util.List<java.nio.ByteBuffer> aliases,
AbstractType<?> comparator,
ColumnDefinition.Type type) |
AbstractType<?> |
CFMetaData.getComponentComparator(java.lang.Integer componentIndex,
ColumnDefinition.Type type) |
Constructor and Description |
---|
ColumnDefinition(java.nio.ByteBuffer name,
AbstractType<?> validator,
IndexType indexType,
java.util.Map<java.lang.String,java.lang.String> indexOptions,
java.lang.String indexName,
java.lang.Integer componentIndex,
ColumnDefinition.Type type) |
ColumnDefinition(java.nio.ByteBuffer name,
AbstractType<?> validator,
java.lang.Integer componentIndex,
ColumnDefinition.Type type) |
Copyright © 2014 The Apache Software Foundation