Package | Description |
---|---|
org.apache.cassandra.repair | |
org.apache.cassandra.repair.messages | |
org.apache.cassandra.utils |
Modifier and Type | Field and Description |
---|---|
MerkleTree |
TreeResponse.tree |
MerkleTree |
Validator.tree |
Modifier and Type | Method and Description |
---|---|
int |
RepairJob.addTree(java.net.InetAddress endpoint,
MerkleTree tree)
Add a new received tree and return the number of remaining tree to
be received for the job to be complete.
|
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) |
Validator(RepairJobDesc desc,
java.net.InetAddress initiator,
MerkleTree tree,
int gcBefore) |
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,
java.io.DataOutput out,
int version) |
long |
MerkleTree.MerkleTreeSerializer.serializedSize(MerkleTree mt,
int version) |
Copyright © 2015 The Apache Software Foundation