| Interface | Description |
|---|---|
| CompletableRemoteSyncTask | |
| KeyspaceRepairManager |
Keyspace level hook for repair.
|
| TableRepairManager |
Table level hook for repair
|
| Class | Description |
|---|---|
| AsymmetricRemoteSyncTask |
AsymmetricRemoteSyncTask sends
SyncRequest to target node to repair(stream)
data with other target replica. |
| CommonRange |
Groups ranges with identical endpoints/transient endpoints
|
| LocalSyncTask |
LocalSyncTask performs streaming between local(coordinator) node and remote replica.
|
| 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 | |
| RepairSession |
Coordinates the (active) repair of a list of non overlapping token ranges.
|
| RepairSessionResult |
Repair session result
|
| 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 | |
| SystemDistributedKeyspace | |
| TreeResponse |
Merkle tree response sent from given endpoint.
|
| ValidationManager | |
| ValidationPartitionIterator | |
| ValidationTask |
ValidationTask sends
ValidationRequest to a replica. |
| Validator |
Handles the building of a merkle tree for a column family.
|
| Enum | Description |
|---|---|
| RepairParallelism |
Specify the degree of parallelism when calculating the merkle trees in a repair job.
|
| Exception | Description |
|---|---|
| PreviewRepairConflictWithIncrementalRepairException | |
| SomeRepairFailedException |
This is a special exception which states "I know something failed but I don't have access to the failure".
|
Copyright © 2009-2020 The Apache Software Foundation