Uses of Class
org.apache.cassandra.thrift.IndexType

Packages that use IndexType
org.apache.cassandra.config   
org.apache.cassandra.thrift   
 

Uses of IndexType in org.apache.cassandra.config
 

Fields in org.apache.cassandra.config declared as IndexType
 IndexType RawColumnDefinition.index_type
           
 

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)
           
 

Constructors in org.apache.cassandra.config with parameters of type IndexType
ColumnDefinition(java.nio.ByteBuffer name, java.lang.String validation_class, IndexType index_type, 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)
           
 



Copyright © 2010 The Apache Software Foundation