public class SkipListMemIndex extends MemIndex
Modifier and Type | Field and Description |
---|---|
static int |
CSLM_OVERHEAD |
columnIndex, keyValidator
Constructor and Description |
---|
SkipListMemIndex(AbstractType<?> keyValidator,
ColumnIndex columnIndex) |
Modifier and Type | Method and Description |
---|---|
long |
add(DecoratedKey key,
java.nio.ByteBuffer value) |
RangeIterator<java.lang.Long,Token> |
search(Expression expression) |
public static final int CSLM_OVERHEAD
public SkipListMemIndex(AbstractType<?> keyValidator, ColumnIndex columnIndex)
public long add(DecoratedKey key, java.nio.ByteBuffer value)
public RangeIterator<java.lang.Long,Token> search(Expression expression)
Copyright © 2020 The Apache Software Foundation