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
 

Methods in org.apache.cassandra.io that return SSTable.PositionSize
 SSTable.PositionSize SSTableReader.getCachedPosition(DecoratedKey key)
           
 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
 SSTable.PositionSize IndexSummary.getSpannedDataPosition(IndexSummary.KeyPosition sampledPosition)
           
 SSTable.PositionSize IndexSummary.getSpannedDataPosition(long nextIndexPosition)
           
 

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()
           
 java.util.Map<IndexSummary.KeyPosition,SSTable.PositionSize> IndexSummary.getSpannedIndexDataPositions()
           
 

Methods in org.apache.cassandra.io with parameters of type SSTable.PositionSize
 void SSTableReader.cacheKey(DecoratedKey key, SSTable.PositionSize info)
           
 



Copyright © 2011 The Apache Software Foundation