Package | Description |
---|---|
org.apache.cassandra.config |
Modifier and Type | Method and Description |
---|---|
IndexType |
ColumnDefinition.getIndexType() |
static IndexType |
IndexType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static IndexType[] |
IndexType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ColumnDefinition |
ColumnDefinition.setIndex(java.lang.String indexName,
IndexType indexType,
java.util.Map<java.lang.String,java.lang.String> indexOptions) |
ColumnDefinition |
ColumnDefinition.setIndexType(IndexType indexType,
java.util.Map<java.lang.String,java.lang.String> indexOptions) |
Constructor and Description |
---|
ColumnDefinition(java.lang.String ksName,
java.lang.String cfName,
ColumnIdentifier name,
AbstractType<?> validator,
IndexType indexType,
java.util.Map<java.lang.String,java.lang.String> indexOptions,
java.lang.String indexName,
java.lang.Integer componentIndex,
ColumnDefinition.Kind kind) |
Copyright © 2020 The Apache Software Foundation