Uses of Package
me.prettyprint.hector.api.ddl

Packages that use me.prettyprint.hector.api.ddl
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.serializers   
me.prettyprint.cassandra.service   
me.prettyprint.hector.api The api package defines the main hector api entry points (aka the v2 API) 
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. 
me.prettyprint.hector.api.factory   
 

Classes in me.prettyprint.hector.api.ddl used by me.prettyprint.cassandra.model
ColumnDefinition
           
ColumnFamilyDefinition
          Hector's implementation independent CfDef version.
ColumnIndexType
           
ColumnType
           
ComparatorType
           
KeyspaceDefinition
          Hector's implementation independent KsDef version.
 

Classes in me.prettyprint.hector.api.ddl used by me.prettyprint.cassandra.serializers
ComparatorType
           
 

Classes in me.prettyprint.hector.api.ddl used by me.prettyprint.cassandra.service
ColumnDefinition
           
ColumnFamilyDefinition
          Hector's implementation independent CfDef version.
ColumnIndexType
           
ColumnType
           
ComparatorType
           
KeyspaceDefinition
          Hector's implementation independent KsDef version.
 

Classes in me.prettyprint.hector.api.ddl used by me.prettyprint.hector.api
ColumnFamilyDefinition
          Hector's implementation independent CfDef version.
ComparatorType
           
KeyspaceDefinition
          Hector's implementation independent KsDef version.
 

Classes in me.prettyprint.hector.api.ddl used by me.prettyprint.hector.api.ddl
ColumnDefinition
           
ColumnFamilyDefinition
          Hector's implementation independent CfDef version.
ColumnIndexType
           
ColumnType
           
ComparatorType
           
 

Classes in me.prettyprint.hector.api.ddl used by me.prettyprint.hector.api.factory
ColumnDefinition
           
ColumnFamilyDefinition
          Hector's implementation independent CfDef version.
ComparatorType
           
KeyspaceDefinition
          Hector's implementation independent KsDef version.
 



Copyright © 2012. All Rights Reserved.