public class IndexSummary
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
IndexSummary.IndexSummarySerializer |
Modifier and Type | Field and Description |
---|---|
static IndexSummary.IndexSummarySerializer |
serializer |
Constructor and Description |
---|
IndexSummary(IPartitioner partitioner,
byte[][] keys,
long[] positions) |
Modifier and Type | Method and Description |
---|---|
int |
binarySearch(RowPosition key) |
byte[] |
getKey(int index) |
byte[][] |
getKeys() |
long |
getPosition(int index) |
int |
size() |
public static final IndexSummary.IndexSummarySerializer serializer
public IndexSummary(IPartitioner partitioner, byte[][] keys, long[] positions)
public byte[][] getKeys()
public int binarySearch(RowPosition key)
public byte[] getKey(int index)
public long getPosition(int index)
public int size()
Copyright © 2014 The Apache Software Foundation