Package | Description |
---|---|
org.apache.cassandra.repair | |
org.apache.cassandra.repair.messages | |
org.apache.cassandra.utils |
Modifier and Type | Field and Description |
---|---|
MerkleTrees |
TreeResponse.trees |
Modifier and Type | Method and Description |
---|---|
void |
Validator.prepare(ColumnFamilyStore cfs,
MerkleTrees tree) |
void |
ValidationTask.treesReceived(MerkleTrees trees)
Receive MerkleTrees from replica node.
|
void |
RepairSession.validationComplete(RepairJobDesc desc,
java.net.InetAddress endpoint,
MerkleTrees trees)
Receive merkle tree response or failed response from
endpoint for current repair job. |
Constructor and Description |
---|
TreeResponse(java.net.InetAddress endpoint,
MerkleTrees trees) |
Modifier and Type | Field and Description |
---|---|
MerkleTrees |
ValidationComplete.trees
Merkle hash tree response.
|
Constructor and Description |
---|
ValidationComplete(RepairJobDesc desc,
MerkleTrees trees) |
Modifier and Type | Method and Description |
---|---|
MerkleTrees |
MerkleTrees.MerkleTreesSerializer.deserialize(DataInputPlus in,
int version) |
Modifier and Type | Method and Description |
---|---|
static java.util.List<Range<Token>> |
MerkleTrees.difference(MerkleTrees ltree,
MerkleTrees rtree)
Get the differences between the two sets of MerkleTrees.
|
void |
MerkleTrees.MerkleTreesSerializer.serialize(MerkleTrees trees,
DataOutputPlus out,
int version) |
long |
MerkleTrees.MerkleTreesSerializer.serializedSize(MerkleTrees trees,
int version) |
Copyright © 2020 The Apache Software Foundation