Uses of Class
org.apache.cassandra.io.IndexSummary.KeyPosition

Packages that use IndexSummary.KeyPosition
org.apache.cassandra.db   
org.apache.cassandra.io   
 

Uses of IndexSummary.KeyPosition in org.apache.cassandra.db
 

Methods in org.apache.cassandra.db that return types with arguments of type IndexSummary.KeyPosition
 java.lang.Iterable<IndexSummary.KeyPosition> ColumnFamilyStore.allIndexPositions()
           
 

Uses of IndexSummary.KeyPosition in org.apache.cassandra.io
 

Methods in org.apache.cassandra.io that return IndexSummary.KeyPosition
 IndexSummary.KeyPosition IndexSummary.getSpannedIndexPosition(long nextIndexPosition)
           
 

Methods in org.apache.cassandra.io that return types with arguments of type IndexSummary.KeyPosition
 java.util.List<IndexSummary.KeyPosition> IndexSummary.getIndexPositions()
           
 java.util.List<IndexSummary.KeyPosition> SSTableReader.getIndexPositions()
           
 java.util.Map<IndexSummary.KeyPosition,SSTable.PositionSize> IndexSummary.getSpannedIndexDataPositions()
           
 

Methods in org.apache.cassandra.io with parameters of type IndexSummary.KeyPosition
 int IndexSummary.KeyPosition.compareTo(IndexSummary.KeyPosition kp)
           
 SSTable.PositionSize IndexSummary.getSpannedDataPosition(IndexSummary.KeyPosition sampledPosition)
           
 



Copyright © 2010 The Apache Software Foundation