Package org.apache.cassandra.db.tries
Class TrieEntriesWalker<T,V>
java.lang.Object
org.apache.cassandra.db.tries.TriePathReconstructor
org.apache.cassandra.db.tries.TrieEntriesWalker<T,V>
- All Implemented Interfaces:
Trie.ResettingTransitionsReceiver,Trie.TransitionsReceiver,Trie.Walker<T,V>
public abstract class TrieEntriesWalker<T,V>
extends TriePathReconstructor
implements Trie.Walker<T,V>
Walker of trie entries, used with Trie.process to walk all content in order and provide the path through which values
are reached.
-
Field Summary
Fields inherited from class org.apache.cassandra.db.tries.TriePathReconstructor
keyBytes, keyPos -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.cassandra.db.tries.TriePathReconstructor
addPathByte, addPathBytes, resetPathLengthMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.cassandra.db.tries.Trie.ResettingTransitionsReceiver
resetPathLengthMethods inherited from interface org.apache.cassandra.db.tries.Trie.TransitionsReceiver
addPathByte, addPathBytesMethods inherited from interface org.apache.cassandra.db.tries.Trie.Walker
complete
-
Constructor Details
-
TrieEntriesWalker
public TrieEntriesWalker()
-
-
Method Details
-
content
Description copied from interface:Trie.WalkerCalled when content is found.- Specified by:
contentin interfaceTrie.Walker<T,V>
-
content
-