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

Packages that use Pair
org.apache.cassandra.config   
org.apache.cassandra.dht   
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)
           
 

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.sstable
 

Methods in org.apache.cassandra.io.sstable that return Pair
static Pair<Descriptor,Component> Component.fromFilename(java.io.File directory, java.lang.String name)
          Filename of the form "/-[tmp-][-]-", where is of the form "[-]".
static Pair<Descriptor,Component> SSTable.tryComponentFromFilename(java.io.File dir, java.lang.String name)
           
 

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(SSTable sstable, 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 © 2011 The Apache Software Foundation