Uses of Class
me.prettyprint.hector.api.ddl.ColumnIndexType

Packages that use ColumnIndexType
me.prettyprint.cassandra.model The model package defines the thrift/avro reflections used by hector to shield the specific types of the objects. 
me.prettyprint.cassandra.service   
me.prettyprint.hector.api.ddl The api.ddl package defines all Data Definition operations that hector supports which include: Adding new keyspaces Adding new column families Defining indices Deleting exisiting constructs A note should be taken that by server design, it is required that all DDL operations are to be performed in a serialized manner.
Cassandra cannot support two DDL operations issued at the same time. 
 

Uses of ColumnIndexType in me.prettyprint.cassandra.model
 

Methods in me.prettyprint.cassandra.model that return ColumnIndexType
 ColumnIndexType BasicColumnDefinition.getIndexType()
           
 

Methods in me.prettyprint.cassandra.model with parameters of type ColumnIndexType
 void BasicColumnDefinition.setIndexType(ColumnIndexType indexType)
           
 

Uses of ColumnIndexType in me.prettyprint.cassandra.service
 

Methods in me.prettyprint.cassandra.service that return ColumnIndexType
 ColumnIndexType ThriftColumnDef.getIndexType()
           
 

Uses of ColumnIndexType in me.prettyprint.hector.api.ddl
 

Methods in me.prettyprint.hector.api.ddl that return ColumnIndexType
 ColumnIndexType ColumnDefinition.getIndexType()
           
static ColumnIndexType ColumnIndexType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ColumnIndexType[] ColumnIndexType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2011. All Rights Reserved.