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

Packages that use Pair
org.apache.cassandra.config   
org.apache.cassandra.db   
org.apache.cassandra.dht   
org.apache.cassandra.io.sstable   
org.apache.cassandra.net   
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.db
 

Methods in org.apache.cassandra.db that return types with arguments of type Pair
 JMXInstrumentedCache<Pair<Descriptor,DecoratedKey>,java.lang.Long> ColumnFamilyStore.getKeyCache()
           
 

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,java.lang.String> Descriptor.fromFilename(java.io.File directory, java.lang.String name)
          Filename of the form "/-[tmp-][-]-"
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()
           
 CacheWriter<Pair<Descriptor,DecoratedKey>,java.lang.Long> SSTableTracker.getKeyCacheWriter()
           
 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.net
 

Methods in org.apache.cassandra.net that return Pair
 Pair<java.net.InetAddress,IMessageCallback> MessagingService.removeRegisteredCallback(java.lang.String messageId)
           
 

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.
 

Constructor parameters in org.apache.cassandra.utils with type arguments of type Pair
ExpiringMap(long expiration, com.google.common.base.Function<Pair<K,V>,?> postExpireHook)
           
 



Copyright © 2011 The Apache Software Foundation