Class MultiRowRangeFilter.RangeIteration

java.lang.Object
org.apache.hadoop.hbase.filter.MultiRowRangeFilter.RangeIteration
Enclosing class:
MultiRowRangeFilter

@Private private static class MultiRowRangeFilter.RangeIteration extends Object
Abstraction over the ranges of rows to return from this filter, regardless of forward or reverse scans being used. This Filter can use this class, agnostic of iteration direction, as the same algorithm can be applied in both cases.