Uses of Class
org.apache.cassandra.dht.Bounds

Packages that use Bounds
org.apache.cassandra.dht   
 

Uses of Bounds in org.apache.cassandra.dht
 

Methods in org.apache.cassandra.dht that return Bounds
static Bounds<RowPosition> Bounds.makeRowBounds(Token left, Token right, IPartitioner partitioner)
          Compute a bounds of keys corresponding to a given bounds of token.
 

Methods in org.apache.cassandra.dht with parameters of type Bounds
 boolean Bounds.intersects(Bounds<T> that)
           
 boolean Range.intersects(Bounds<T> that)
           
 



Copyright © 2013 The Apache Software Foundation