Uses of Class
org.apache.cassandra.io.tries.ValueIterator
Packages that use ValueIterator
-
Uses of ValueIterator in org.apache.cassandra.io.sstable.format.bti
Subclasses of ValueIterator in org.apache.cassandra.io.sstable.format.btiModifier and TypeClassDescriptionstatic classIterator of index positions covered between two keys.class -
Uses of ValueIterator in org.apache.cassandra.io.tries
Classes in org.apache.cassandra.io.tries with type parameters of type ValueIteratorModifier and TypeClassDescriptionclassValueIterator<CONCRETE extends ValueIterator<CONCRETE>>Thread-unsafe value iterator for on-disk tries.