Uses of Class
org.apache.hadoop.hbase.filter.MultiRowRangeFilter.ReversedRowRange
Packages that use MultiRowRangeFilter.ReversedRowRange
Package
Description
Provides row-level filters applied to HRegion scan results during calls to
ResultScanner.next()
.-
Uses of MultiRowRangeFilter.ReversedRowRange in org.apache.hadoop.hbase.filter
Methods in org.apache.hadoop.hbase.filter that return types with arguments of type MultiRowRangeFilter.ReversedRowRangeModifier and TypeMethodDescription(package private) static List<MultiRowRangeFilter.ReversedRowRange>
MultiRowRangeFilter.RangeIteration.flipAndReverseRanges
(List<MultiRowRangeFilter.RowRange> ranges) Rebuilds the sorted ranges (by startKey) into an equivalent sorted list of ranges, only by stopKey instead.