Package | Description |
---|---|
org.apache.cassandra.repair | |
org.apache.cassandra.repair.messages |
Modifier and Type | Field and Description |
---|---|
NodePair |
SyncStat.nodes |
Modifier and Type | Field and Description |
---|---|
static IVersionedSerializer<NodePair> |
NodePair.serializer |
Modifier and Type | Method and Description |
---|---|
NodePair |
NodePair.NodePairSerializer.deserialize(DataInputPlus in,
int version) |
Modifier and Type | Method and Description |
---|---|
void |
NodePair.NodePairSerializer.serialize(NodePair nodePair,
DataOutputPlus out,
int version) |
long |
NodePair.NodePairSerializer.serializedSize(NodePair nodePair,
int version) |
void |
RepairSession.syncComplete(RepairJobDesc desc,
NodePair nodes,
boolean success)
Notify this session that sync completed/failed with given
NodePair . |
Modifier and Type | Method and Description |
---|---|
void |
RepairSession.waitForSync(Pair<RepairJobDesc,NodePair> key,
RemoteSyncTask task) |
Constructor and Description |
---|
SyncStat(NodePair nodes,
long numberOfDifferences) |
Modifier and Type | Field and Description |
---|---|
NodePair |
SyncComplete.nodes
nodes that involved in this sync
|
Constructor and Description |
---|
SyncComplete(RepairJobDesc desc,
NodePair nodes,
boolean success) |
Copyright © 2020 The Apache Software Foundation