Uses of Package
org.apache.cassandra.service

Packages that use org.apache.cassandra.service
org.apache.cassandra.avro   
org.apache.cassandra.db   
org.apache.cassandra.locator   
org.apache.cassandra.net   
org.apache.cassandra.service   
 

Classes in org.apache.cassandra.service used by org.apache.cassandra.avro
AbstractCassandraDaemon
          The CassandraDaemon is an abstraction for a Cassandra daemon service, which defines not only a way to activate and deactivate it, but also hooks into its lifecycle methods (see AbstractCassandraDaemon.setup(), AbstractCassandraDaemon.start(), AbstractCassandraDaemon.stop() and AbstractCassandraDaemon.setup()).
CassandraDaemon
          The CassandraDaemon interface captures the lifecycle of a Cassandra daemon that runs on a single node.
ClientState
          A container for per-client, thread-local state that Avro/Thrift threads must hold.
 

Classes in org.apache.cassandra.service used by org.apache.cassandra.db
AntiEntropyService.Validator
          A Strategy to handle building and validating a merkle tree for a column family.
IReadCommand
           
StorageService.Verb
           
 

Classes in org.apache.cassandra.service used by org.apache.cassandra.locator
IWriteResponseHandler
           
 

Classes in org.apache.cassandra.service used by org.apache.cassandra.net
StorageService.Verb
           
 

Classes in org.apache.cassandra.service used by org.apache.cassandra.service
AbstractRowResolver
           
AbstractWriteResponseHandler
           
AntiEntropyService
          AntiEntropyService encapsulates "validating" (hashing) individual column families, exchanging MerkleTrees with remote nodes via a TreeRequest/Response conversation, and then triggering repairs for disagreeing ranges.
AntiEntropyService.TreeRequest
          A triple of table, cf and address that represents a location we have an outstanding TreeRequest for.
AntiEntropyService.TreeRequestVerbHandler
          Handler for requests from remote nodes to generate a valid tree.
AntiEntropyService.TreeResponseVerbHandler
          Handler for responses from remote nodes which contain a valid tree.
AntiEntropyService.Validator
          A Strategy to handle building and validating a merkle tree for a column family.
CassandraDaemon
          The CassandraDaemon interface captures the lifecycle of a Cassandra daemon that runs on a single node.
ClientState
          A container for per-client, thread-local state that Avro/Thrift threads must hold.
DigestMismatchException
           
GCInspector
           
IReadCommand
           
IResponseResolver
           
IWriteResponseHandler
           
ReadCallback
           
RowRepairResolver
           
StorageLoadBalancer
           
StorageProxy
           
StorageProxyMBean
           
StorageService
           
StorageService.Verb
           
StorageServiceMBean
           
WriteResponseHandler
          Handles blocking writes for ONE, ANY, QUORUM, and ALL consistency levels.
 



Copyright © 2011 The Apache Software Foundation