| AbstractRepairTask |
|
| AsymmetricRemoteSyncTask |
AsymmetricRemoteSyncTask sends SyncRequest to target node to repair(stream)
data with other target replica.
|
| CommonRange |
Groups ranges with identical endpoints/transient endpoints
|
| CoordinatedRepairResult |
|
| IncrementalRepairTask |
|
| LocalSyncTask |
LocalSyncTask performs streaming between local(coordinator) node and remote replica.
|
| NormalRepairTask |
|
| PreviewRepairTask |
|
| RepairJob |
RepairJob runs repair on given ColumnFamily.
|
| RepairJobDesc |
RepairJobDesc is used from various repair processes to distinguish one RepairJob to another.
|
| RepairMessageVerbHandler |
Handles all repair related message.
|
| RepairResult |
RepairJob's result
|
| RepairRunnable |
|
| RepairRunnable.NeighborsAndRanges |
|
| RepairSession |
Coordinates the (active) repair of a list of non overlapping token ranges.
|
| RepairSessionResult |
Repair session result
|
| Scheduler.LimitedConcurrentScheduler |
|
| Scheduler.NoopScheduler |
|
| Scheduler.Task<T> |
|
| SnapshotTask |
SnapshotTask is a task that sends snapshot request.
|
| StreamingRepairTask |
StreamingRepairTask performs data streaming between two remote replicas, neither of which is repair coordinator.
|
| SymmetricRemoteSyncTask |
SymmetricRemoteSyncTask sends SyncRequest to remote(non-coordinator) node
to repair(stream) data with other replica.
|
| SyncNodePair |
SyncNodePair is used for repair message body to indicate the pair of nodes.
|
| SyncNodePair.NodePairSerializer |
|
| SyncStat |
Statistics about synchronizing two replica
|
| SyncTask |
|
| TreeResponse |
Merkle tree response sent from given endpoint.
|
| ValidationManager |
|
| ValidationPartitionIterator |
|
| ValidationTask |
|
| Validator |
Handles the building of a merkle tree for a column family.
|