Uses of Class
org.apache.cassandra.io.SSTable.PositionSize

Packages that use SSTable.PositionSize
org.apache.cassandra.io   
 

Uses of SSTable.PositionSize in org.apache.cassandra.io
 

Fields in org.apache.cassandra.io with type parameters of type SSTable.PositionSize
protected  java.util.Map<SSTable.KeyPosition,SSTable.PositionSize> SSTable.spannedIndexDataPositions
           
 

Methods in org.apache.cassandra.io that return SSTable.PositionSize
 SSTable.PositionSize SSTableReader.getPosition(DecoratedKey decoratedKey)
          returns the position in the data file to find the given key, or -1 if the key is not present
 

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



Copyright © 2010 The Apache Software Foundation