|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IndexType | |
---|---|
org.apache.cassandra.config | |
org.apache.cassandra.thrift |
Uses of IndexType in org.apache.cassandra.config |
---|
Methods in org.apache.cassandra.config that return IndexType | |
---|---|
IndexType |
ColumnDefinition.getIndexType()
|
Methods in org.apache.cassandra.config with parameters of type IndexType | |
---|---|
void |
ColumnDefinition.setIndexType(IndexType index_type,
java.util.Map<java.lang.String,java.lang.String> index_options)
|
Constructors in org.apache.cassandra.config with parameters of type IndexType | |
---|---|
ColumnDefinition(java.nio.ByteBuffer name,
AbstractType validator,
IndexType index_type,
java.util.Map<java.lang.String,java.lang.String> index_options,
java.lang.String index_name)
|
Uses of IndexType in org.apache.cassandra.thrift |
---|
Fields in org.apache.cassandra.thrift declared as IndexType | |
---|---|
IndexType |
ColumnDef.index_type
|
Methods in org.apache.cassandra.thrift that return IndexType | |
---|---|
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. |
Methods in org.apache.cassandra.thrift with parameters of type IndexType | |
---|---|
ColumnDef |
ColumnDef.setIndex_type(IndexType index_type)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |