Uses of Package
org.apache.cassandra.service

Packages that use org.apache.cassandra.service
org.apache.cassandra.cache   
org.apache.cassandra.config   
org.apache.cassandra.cql   
org.apache.cassandra.cql3   
org.apache.cassandra.cql3.statements   
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   
org.apache.cassandra.tools   
 

Classes in org.apache.cassandra.service used by org.apache.cassandra.cache
CacheService.CacheType
           
 

Classes in org.apache.cassandra.service used by org.apache.cassandra.config
CacheService.CacheType
           
 

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.cql3
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.cql3.statements
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.CFPair
          A tuple of table and cf.
AntiEntropyService.RepairFuture
           
AntiEntropyService.Status
           
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.
CacheService
           
CacheService.CacheType
           
CacheServiceMBean
           
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
           
PendingRangeCalculatorService
           
PendingRangeCalculatorServiceMBean
           
ReadCallback
           
RowRepairResolver
           
SocketSessionManagementService
           
StorageProxy
           
StorageProxy.WritePerformer
           
StorageProxyMBean
           
StorageService
          This abstraction contains the token/identifier of this node on the identifier space.
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.
 

Classes in org.apache.cassandra.service used by org.apache.cassandra.tools
CacheServiceMBean
           
StorageProxyMBean
           
 



Copyright © 2013 The Apache Software Foundation