public class TrieMemIndex extends MemIndex
Modifier and Type | Class and Description |
---|---|
protected static class |
TrieMemIndex.ConcurrentPrefixTrie |
protected static class |
TrieMemIndex.ConcurrentSuffixTrie |
columnIndex, keyValidator
Constructor and Description |
---|
TrieMemIndex(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 TrieMemIndex(AbstractType<?> keyValidator, ColumnIndex columnIndex)
public long add(DecoratedKey key, java.nio.ByteBuffer value)
public RangeIterator<java.lang.Long,Token> search(Expression expression)
Copyright © 2009-2022 The Apache Software Foundation