Uses of Class
org.apache.cassandra.utils.Pair

Packages that use Pair
org.apache.cassandra.dht   
org.apache.cassandra.io   
org.apache.cassandra.utils   
 

Uses of Pair in org.apache.cassandra.dht
 

Methods in org.apache.cassandra.dht that return Pair
 Pair<AbstractBounds,AbstractBounds> AbstractBounds.split(Token token)
          Given token T and AbstractBounds ?L,R], returns Pair(?L,T], ?T,R]) (where ? means that the same type of Bounds is returned -- Range or Bounds -- as the original.) The original AbstractBounds must contain the token T.
 

Uses of Pair in org.apache.cassandra.io
 

Methods in org.apache.cassandra.io that return types with arguments of type Pair
 JMXInstrumentedCache<Pair<java.lang.String,DecoratedKey>,SSTable.PositionSize> SSTableTracker.getKeyCache()
           
 

Uses of Pair in org.apache.cassandra.utils
 

Methods in org.apache.cassandra.utils that return Pair
static
<X,Y> Pair<X,Y>
Pair.create(X x, Y y)
           
static Pair<java.math.BigInteger,java.lang.Boolean> FBUtilities.midpoint(java.math.BigInteger left, java.math.BigInteger right, int sigbits)
          Given two bit arrays represented as BigIntegers, containing the given number of significant bits, calculate a midpoint.
 



Copyright © 2010 The Apache Software Foundation