org.apache.cassandra.io.sstable
Class IndexSummary
java.lang.Object
org.apache.cassandra.io.sstable.IndexSummary
public class IndexSummary
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
serializer
public static final IndexSummary.IndexSummarySerializer serializer
IndexSummary
public IndexSummary(IPartitioner partitioner,
byte[][] keys,
long[] positions)
getKeys
public byte[][] getKeys()
binarySearch
public int binarySearch(RowPosition key)
getKey
public byte[] getKey(int index)
getPosition
public long getPosition(int index)
size
public int size()
Copyright © 2013 The Apache Software Foundation