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

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

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

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

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

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

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

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



Copyright © 2010 The Apache Software Foundation