Uses of Interface
org.apache.cassandra.db.Slices.InOrderTester
-
Packages that use Slices.InOrderTester Package Description org.apache.cassandra.db -
-
Uses of Slices.InOrderTester in org.apache.cassandra.db
Methods in org.apache.cassandra.db that return Slices.InOrderTester Modifier and Type Method Description abstract Slices.InOrderTester
Slices. inOrderTester(boolean reversed)
An object that allows to test whether rows are selected by thisSlices
objects assuming those rows are tested in clustering order.
-