Uses of Class
org.apache.hadoop.hbase.filter.MultiRowRangeFilter.BasicRowRange
Packages that use 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
Subclasses of MultiRowRangeFilter.BasicRowRange in org.apache.hadoop.hbase.filterModifier and TypeClassDescriptionprivate static class
Internal RowRange that reverses the sort-order to handle reverse scans.static class
Fields in org.apache.hadoop.hbase.filter declared as MultiRowRangeFilter.BasicRowRangeFields in org.apache.hadoop.hbase.filter with type parameters of type MultiRowRangeFilter.BasicRowRangeModifier and TypeFieldDescriptionprivate List<? extends MultiRowRangeFilter.BasicRowRange>
MultiRowRangeFilter.RangeIteration.ranges
Methods in org.apache.hadoop.hbase.filter with type parameters of type MultiRowRangeFilter.BasicRowRangeModifier and TypeMethodDescription<T extends MultiRowRangeFilter.BasicRowRange>
TMultiRowRangeFilter.RangeIteration.get
(int i) Gets the RowRange at the given offset.Methods in org.apache.hadoop.hbase.filter with parameters of type MultiRowRangeFilter.BasicRowRangeModifier and TypeMethodDescriptionint
MultiRowRangeFilter.BasicRowRange.compareTo
(MultiRowRangeFilter.BasicRowRange other)