Uses of Class
org.apache.cassandra.utils.MerkleTree.RowHash

Packages that use MerkleTree.RowHash
org.apache.cassandra.utils   
 

Uses of MerkleTree.RowHash in org.apache.cassandra.utils
 

Method parameters in org.apache.cassandra.utils with type arguments of type MerkleTree.RowHash
 void MerkleTree.TreeRange.validate(java.util.Collection<MerkleTree.RowHash> entries)
          Consumes a collection of entries within this range.
 void MerkleTree.TreeRange.validate(com.google.common.collect.PeekingIterator<MerkleTree.RowHash> entries)
          Consumes an iterator over entries within this range, setting the value of this range's Leaf to the computed value.
 



Copyright © 2009 The Apache Software Foundation