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

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 © 2013 The Apache Software Foundation