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

Packages that use ColumnType
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 ColumnType in me.prettyprint.cassandra.model
 

Methods in me.prettyprint.cassandra.model that return ColumnType
 ColumnType BasicColumnFamilyDefinition.getColumnType()
           
 

Methods in me.prettyprint.cassandra.model with parameters of type ColumnType
 void BasicColumnFamilyDefinition.setColumnType(ColumnType columnType)
           
 

Uses of ColumnType in me.prettyprint.cassandra.service
 

Methods in me.prettyprint.cassandra.service that return ColumnType
 ColumnType ThriftCfDef.getColumnType()
           
 

Methods in me.prettyprint.cassandra.service with parameters of type ColumnType
 void ThriftCfDef.setColumnType(ColumnType columnType)
           
 

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

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

Methods in me.prettyprint.hector.api.ddl with parameters of type ColumnType
 void ColumnFamilyDefinition.setColumnType(ColumnType columnType)
           
 



Copyright © 2011. All Rights Reserved.