Package | Description |
---|---|
org.apache.cassandra.config | |
org.apache.cassandra.hadoop.pig | |
org.apache.cassandra.thrift |
Modifier and Type | Method and Description |
---|---|
IndexType |
ColumnDefinition.getIndexType() |
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.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) |
Modifier and Type | Method and Description |
---|---|
protected IndexType |
AbstractCassandraStorage.getIndexType(java.lang.String type)
get index type from string
|
Modifier and Type | Field and Description |
---|---|
IndexType |
ColumnDef.index_type |
Modifier and Type | Method and Description |
---|---|
static IndexType |
IndexType.findByValue(int value)
Find a the enum type by its integer value, as defined in the Thrift IDL.
|
IndexType |
ColumnDef.getIndex_type() |
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 |
---|---|
ColumnDef |
ColumnDef.setIndex_type(IndexType index_type) |
Copyright © 2014 The Apache Software Foundation