Interface Slices.InOrderTester

Enclosing class:
Slices

public static interface Slices.InOrderTester
In simple object that allows to test the inclusion of rows in those slices assuming those rows are passed (to includes(org.apache.cassandra.db.Clustering<?>)) in clustering order (or reverse clustering ordered, depending on the argument passed to Slices.inOrderTester(boolean)).
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    includes(Clustering<?> value)
     
    boolean
     
  • Method Details

    • includes

      boolean includes(Clustering<?> value)
    • isDone

      boolean isDone()