Package | Description |
---|---|
org.apache.cassandra.repair | |
org.apache.cassandra.repair.messages | |
org.apache.cassandra.utils |
Modifier and Type | Field and Description |
---|---|
MerkleTree |
TreeResponse.tree |
Modifier and Type | Method and Description |
---|---|
void |
Validator.prepare(ColumnFamilyStore cfs,
MerkleTree tree) |
void |
ValidationTask.treeReceived(MerkleTree tree)
Receive MerkleTree from replica node.
|
void |
RepairSession.validationComplete(RepairJobDesc desc,
java.net.InetAddress endpoint,
MerkleTree tree)
Receive merkle tree response or failed response from
endpoint for current repair job. |
Constructor and Description |
---|
TreeResponse(java.net.InetAddress endpoint,
MerkleTree tree) |
Modifier and Type | Field and Description |
---|---|
MerkleTree |
ValidationComplete.tree
Merkle hash tree response.
|
Constructor and Description |
---|
ValidationComplete(RepairJobDesc desc,
MerkleTree tree) |
Modifier and Type | Method and Description |
---|---|
MerkleTree |
MerkleTree.MerkleTreeSerializer.deserialize(java.io.DataInput in,
int version) |
Modifier and Type | Method and Description |
---|---|
static java.util.List<MerkleTree.TreeRange> |
MerkleTree.difference(MerkleTree ltree,
MerkleTree rtree) |
void |
MerkleTree.MerkleTreeSerializer.serialize(MerkleTree mt,
DataOutputPlus out,
int version) |
long |
MerkleTree.MerkleTreeSerializer.serializedSize(MerkleTree mt,
int version) |
Copyright © 2018 The Apache Software Foundation