Uses of Class
org.apache.hadoop.hbase.filter.MultiRowRangeFilter.BasicRowRange
Package
Description
Provides row-level filters applied to HRegion scan results during calls to
ResultScanner.next()
.-
Uses of MultiRowRangeFilter.BasicRowRange in org.apache.hadoop.hbase.filter
Modifier and TypeClassDescriptionprivate static class
Internal RowRange that reverses the sort-order to handle reverse scans.static class
Modifier and TypeFieldDescriptionprivate List<? extends MultiRowRangeFilter.BasicRowRange>
MultiRowRangeFilter.RangeIteration.ranges
Modifier and TypeMethodDescription<T extends MultiRowRangeFilter.BasicRowRange>
TMultiRowRangeFilter.RangeIteration.get
(int i) Gets the RowRange at the given offset.Modifier and TypeMethodDescriptionint
MultiRowRangeFilter.BasicRowRange.compareTo
(MultiRowRangeFilter.BasicRowRange other)