Package org.apache.cassandra.repair
Class TreeResponse
- java.lang.Object
-
- org.apache.cassandra.repair.TreeResponse
-
public class TreeResponse extends java.lang.Object
Merkle tree response sent from given endpoint.
-
-
Field Summary
Fields Modifier and Type Field Description InetAddressAndPort
endpoint
MerkleTrees
trees
-
Constructor Summary
Constructors Constructor Description TreeResponse(InetAddressAndPort endpoint, MerkleTrees trees)
-
-
-
Field Detail
-
endpoint
public final InetAddressAndPort endpoint
-
trees
public final MerkleTrees trees
-
-
Constructor Detail
-
TreeResponse
public TreeResponse(InetAddressAndPort endpoint, MerkleTrees trees)
-
-