Package org.apache.cassandra.utils
Class MerkleTree.RowHash
- java.lang.Object
-
- org.apache.cassandra.utils.MerkleTree.RowHash
-
- Enclosing class:
- MerkleTree
public static class MerkleTree.RowHash extends java.lang.Object
Hash value representing a row, to be used to pass hashes to the MerkleTree. The byte[] hash value should contain a digest of the key and value of the row created using a very strong hash function.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
toString()
-