Uses of Interface
org.apache.cassandra.utils.IteratorWithLowerBound
-
Packages that use IteratorWithLowerBound Package Description org.apache.cassandra.db.rows -
-
Uses of IteratorWithLowerBound in org.apache.cassandra.db.rows
Classes in org.apache.cassandra.db.rows that implement IteratorWithLowerBound Modifier and Type Class Description class
UnfilteredRowIteratorWithLowerBound
An unfiltered row iterator with a lower bound retrieved from either the global sstable statistics or the row index lower bounds (if available in the cache).
-