Uses of Interface
org.apache.cassandra.db.tries.Trie.ResettingTransitionsReceiver
Packages that use Trie.ResettingTransitionsReceiver
-
Uses of Trie.ResettingTransitionsReceiver in org.apache.cassandra.db.tries
Subinterfaces of Trie.ResettingTransitionsReceiver in org.apache.cassandra.db.triesModifier and TypeInterfaceDescriptionstatic interfaceAdapter interface providing the methods aTrie.Walkerto aConsumer, so that the latter can be used withTrie.process(org.apache.cassandra.db.tries.Trie.Walker<T, R>).protected static interfaceTrie.Walker<T,R> A push interface for walking over the trie.Classes in org.apache.cassandra.db.tries that implement Trie.ResettingTransitionsReceiverModifier and TypeClassDescriptionclassTrieEntriesIterator<T,V> Convertor of trie entries to iterator where each entry is passed throughTrieEntriesIterator.mapContent(T, byte[], int)(to be implemented by descendants).classTrieEntriesWalker<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.classMethods in org.apache.cassandra.db.tries with parameters of type Trie.ResettingTransitionsReceiverModifier and TypeMethodDescriptiondefault TTrie.Cursor.advanceToContent(Trie.ResettingTransitionsReceiver receiver) Advance all the way to the next node with non-null content.