Uses of Interface
org.apache.cassandra.db.tries.Trie.ValueConsumer
Packages that use Trie.ValueConsumer
-
Uses of Trie.ValueConsumer in org.apache.cassandra.db.tries
Methods in org.apache.cassandra.db.tries with parameters of type Trie.ValueConsumerModifier and TypeMethodDescriptionvoidTrie.forEachValue(Trie.ValueConsumer<T> consumer) Call the given consumer on all content values in the trie in order.