Class TrieMemIndex.ConcurrentPrefixTrie
java.lang.Object
org.apache.cassandra.index.sasi.memory.TrieMemIndex.ConcurrentPrefixTrie
- Enclosing class:
- TrieMemIndex
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final ColumnMetadatastatic final org.apache.cassandra.index.sasi.memory.TrieMemIndex.SizeEstimatingNodeFactory -
Method Summary
Modifier and TypeMethodDescriptionlongadd(String value, DecoratedKey key) putIfAbsent(String value, ConcurrentSkipListSet<DecoratedKey> newKeys) search(Expression expression) search(Expression.Op operator, String value)
-
Field Details
-
NODE_FACTORY
public static final org.apache.cassandra.index.sasi.memory.TrieMemIndex.SizeEstimatingNodeFactory NODE_FACTORY -
definition
-
-
Method Details
-
get
-
putIfAbsent
public ConcurrentSkipListSet<DecoratedKey> putIfAbsent(String value, ConcurrentSkipListSet<DecoratedKey> newKeys) -
search
-
add
-
search
-