Uses of Class
org.apache.cassandra.db.tries.TriePathReconstructor
Packages that use TriePathReconstructor
-
Uses of TriePathReconstructor in org.apache.cassandra.db.tries
Subclasses of TriePathReconstructor in org.apache.cassandra.db.triesModifier 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.