| Interface | Description |
|---|---|
| ActiveRepairServiceMBean | |
| BatchlogResponseHandler.BatchlogCleanupCallback | |
| CacheServiceMBean | |
| CASRequest |
Abstract the conditions and updates for a CAS operation.
|
| CassandraDaemon.Server | |
| GCInspectorMXBean | |
| IEndpointLifecycleSubscriber |
Interface on which interested parties can be notified of high level endpoint
state changes.
|
| NativeAccessMBean | |
| StartupCheck |
A test to determine if the system is in a valid state to start up.
|
| StorageProxy.WritePerformer | |
| StorageProxyMBean | |
| StorageServiceMBean |
| Class | Description |
|---|---|
| AbstractWriteResponseHandler<T> | |
| ActiveRepairService |
ActiveRepairService is the starting point for manual "active" repairs.
|
| ActiveRepairService.ConsistentSessions | |
| ActiveRepairService.ParentRepairSession |
We keep a ParentRepairSession around for the duration of the entire repair, for example, on a 256 token vnode rf=3 cluster
we would have 768 RepairSession but only one ParentRepairSession.
|
| ActiveRepairService.RepairCommandExecutorHandle | |
| BatchlogResponseHandler<T> | |
| BatchlogResponseHandler.BatchlogCleanup | |
| CacheService | |
| CacheService.CounterCacheSerializer | |
| CacheService.KeyCacheSerializer | |
| CacheService.RowCacheSerializer | |
| CassandraDaemon |
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 CassandraDaemon.setup(), CassandraDaemon.start(),
CassandraDaemon.stop() and CassandraDaemon.setup()). |
| ClientState |
State related to a client connection.
|
| ClientWarn | |
| ClientWarn.State | |
| DatacenterSyncWriteResponseHandler<T> |
This class blocks for a quorum of responses _in all datacenters_ (CL.EACH_QUORUM).
|
| DatacenterWriteResponseHandler<T> |
This class blocks for a quorum of responses _in the local datacenter only_ (CL.LOCAL_QUORUM).
|
| DefaultFSErrorHandler | |
| EchoVerbHandler | |
| EmbeddedCassandraService |
An embedded, in-memory cassandra storage service.
|
| GCInspector | |
| LoadBroadcaster | |
| NativeTransportService |
Handles native transport server lifecycle and associated resources.
|
| PendingRangeCalculatorService | |
| QueryState |
Primarily used as a recorder for server-generated timestamps (timestamp, in microseconds, and nowInSeconds - in, well, seconds).
|
| RangeRelocator | |
| SnapshotVerbHandler | |
| StartupChecks |
Verifies that the system and environment is in a fit state to be started.
|
| StorageProxy | |
| StorageProxy.LocalReadRunnable | |
| StorageProxy.RangeCommandIterator | |
| StorageProxy.RangeIterator | |
| StorageProxy.RangeMerger | |
| StorageService |
This abstraction contains the token/identifier of this node
on the identifier space.
|
| StorageServiceMBean.StageConcurrency |
Gets the concurrency settings for processing stages
|
| TokenRange |
Holds token range informations for the sake of
StorageService.describeRing(java.lang.String). |
| TokenRange.EndpointDetails | |
| TruncateResponseHandler | |
| WriteResponseHandler<T> |
Handles blocking writes for ONE, ANY, TWO, THREE, QUORUM, and ALL consistency levels.
|
| Enum | Description |
|---|---|
| ActiveRepairService.ParentRepairStatus | |
| CacheService.CacheType |
Copyright © 2009-2020 The Apache Software Foundation