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

Packages that use Pair
org.apache.cassandra.config   
org.apache.cassandra.io.sstable   
org.apache.cassandra.streaming   
org.apache.cassandra.utils   
 

Uses of Pair in org.apache.cassandra.config
 

Methods in org.apache.cassandra.config that return Pair
static Pair<java.lang.String,java.lang.String> CFMetaData.getCF(java.lang.Integer cfId)
           
 

Methods in org.apache.cassandra.config that return types with arguments of type Pair
static java.util.Map<Pair<java.lang.String,java.lang.String>,java.lang.Integer> CFMetaData.getCfToIdMap()
           
static java.util.Map<java.lang.Integer,Pair<java.lang.String,java.lang.String>> CFMetaData.getIdToCfMap()
           
 

Uses of Pair in org.apache.cassandra.io.sstable
 

Methods in org.apache.cassandra.io.sstable that return types with arguments of type Pair
 JMXInstrumentedCache<Pair<Descriptor,DecoratedKey>,java.lang.Long> SSTableTracker.getKeyCache()
           
 java.util.List<Pair<java.lang.Long,java.lang.Long>> SSTableReader.getPositionsForRanges(java.util.Collection<Range> ranges)
          Determine the minimal set of sections that can be extracted from this SSTable to cover the given ranges.
 

Uses of Pair in org.apache.cassandra.streaming
 

Fields in org.apache.cassandra.streaming with type parameters of type Pair
 java.util.List<Pair<java.lang.Long,java.lang.Long>> PendingFile.sections
           
 

Constructor parameters in org.apache.cassandra.streaming with type arguments of type Pair
PendingFile(Descriptor desc, java.lang.String component, java.util.List<Pair<java.lang.Long,java.lang.Long>> sections)
           
 

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