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.InOrderTesterSlices. inOrderTester(boolean reversed)An object that allows to test whether rows are selected by thisSlicesobjects assuming those rows are tested in clustering order.
-