Uses of Package
me.prettyprint.cassandra.service

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

Classes in me.prettyprint.cassandra.service used by me.prettyprint.cassandra.connection
CassandraHost
          Encapsulates the information required for connecting to a Cassandra host.
CassandraHostConfigurator
           
Operation
          Defines an operation performed on cassandra
 

Classes in me.prettyprint.cassandra.service used by me.prettyprint.cassandra.model
BatchSizeHint
           
CassandraHost
          Encapsulates the information required for connecting to a Cassandra host.
ExceptionsTranslator
          Translates exceptions throw by thrift or pool to HectorException instances.
FailoverPolicy
          What should the client do if a call to cassandra node fails and we suspect that the node is down.
KeyspaceService
          The keyspace is a high level handle to all read/write operations to cassandra.
Operation
          Defines an operation performed on cassandra
OperationType
          Specifies the "type" of operation - read or write.
 

Classes in me.prettyprint.cassandra.service used by me.prettyprint.cassandra.service
AbstractCluster
          A cluster instance the client side representation of a cassandra server cluster.
BatchMutation
          A BatchMutation object is used to construct the KeyspaceService.batchMutate(BatchMutation) call.
BatchSizeHint
           
CassandraClientMonitor
           
CassandraClientMonitor.Counter
          List of available JMX counts
CassandraClientMonitorMBean
          Defines the various JMX methods the CassandraClientMonitor exposes.
CassandraHost
          Encapsulates the information required for connecting to a Cassandra host.
CassandraHostConfigurator
           
ColumnSliceIterator.ColumnSliceFinish
          When iterating over a ColumnSlice, it may be desirable to move the finish point for each query.
ExceptionsTranslator
          Translates exceptions throw by thrift or pool to HectorException instances.
ExhaustedPolicy
          Policy what to do when the connection pool is exhausted.
FailoverPolicy
          What should the client do if a call to cassandra node fails and we suspect that the node is down.
JmxMonitor
          A JMX monitor singlton.
KeyIterator
          This class returns each key in the specified Column Family as an Iterator.
KeyspaceService
          The keyspace is a high level handle to all read/write operations to cassandra.
KeyspaceServiceImpl
          Implementation of a Keyspace
Operation
          Defines an operation performed on cassandra
OperationType
          Specifies the "type" of operation - read or write.
SystemProperties
          System properties used by Hector.
 

Classes in me.prettyprint.cassandra.service used by me.prettyprint.cassandra.service.template
CassandraHost
          Encapsulates the information required for connecting to a Cassandra host.
ExceptionsTranslator
          Translates exceptions throw by thrift or pool to HectorException instances.
 

Classes in me.prettyprint.cassandra.service used by me.prettyprint.hector.api
CassandraHost
          Encapsulates the information required for connecting to a Cassandra host.
OperationType
          Specifies the "type" of operation - read or write.
 

Classes in me.prettyprint.cassandra.service used by me.prettyprint.hector.api.factory
BatchSizeHint
           
CassandraHostConfigurator
           
FailoverPolicy
          What should the client do if a call to cassandra node fails and we suspect that the node is down.
 



Copyright © 2011. All Rights Reserved.