Class TrieTermsDictionaryReader
java.lang.Object
org.apache.cassandra.io.tries.Walker<TrieTermsDictionaryReader>
org.apache.cassandra.index.sai.disk.v1.trie.TrieTermsDictionaryReader
- All Implemented Interfaces:
AutoCloseable
Page-aware random access reader for a trie terms dictionary written by
TrieTermsDictionaryWriter.-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.cassandra.io.tries.Walker
Walker.Extractor<RESULT,VALUE>, Walker.PayloadToString, Walker.TransitionBytesCollector -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final longstatic final TrieSerializer<Long,DataOutputPlus> Fields inherited from class org.apache.cassandra.io.tries.Walker
buf, BYTE_COMPARABLE_VERSION, greaterBranch, lesserBranch, nodeType, NONE, position, root -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.cassandra.io.tries.Walker
close, dumpTrie, follow, followWithGreater, followWithLesser, getMaxTerm, getMinTerm, go, goMax, goMin, greaterTransition, hasChildren, hasPayload, lastTransition, lesserTransition, nodeSize, nodeTypeOrdinal, payloadFlags, payloadPosition, prefix, prefixAndNeighbours, search, toString, transition, transitionByte, transitionRange
-
Field Details
-
NOT_FOUND
public static final long NOT_FOUND- See Also:
-
trieSerializer
-
-
Constructor Details
-
TrieTermsDictionaryReader
-
-
Method Details
-
exactMatch
-