Uses of Package
org.apache.cassandra.service

Packages that use org.apache.cassandra.service
org.apache.cassandra.cql   
org.apache.cassandra.db   
org.apache.cassandra.db.compaction   
org.apache.cassandra.locator   
org.apache.cassandra.net   
org.apache.cassandra.service   
org.apache.cassandra.thrift   
 

Classes in org.apache.cassandra.service used by org.apache.cassandra.cql
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
IReadCommand
           
RepairCallback
           
StorageService.Verb
           
 

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

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.RepairFuture
           
AntiEntropyService.TreeRequest
          A tuple of table, cf, address and range 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
           
LoadBroadcaster
           
ReadCallback
           
RowRepairResolver
           
SocketSessionManagementService
           
StorageProxy
           
StorageProxy.WritePerformer
           
StorageProxyMBean
           
StorageService
           
StorageService.Verb
           
StorageServiceMBean
           
WriteResponseHandler
          Handles blocking writes for ONE, ANY, TWO, THREE, QUORUM, and ALL consistency levels.
 

Classes in org.apache.cassandra.service used by org.apache.cassandra.thrift
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.
 



Copyright © 2012 The Apache Software Foundation