Uses of Class
org.apache.hadoop.hbase.filter.MultiRowRangeFilter.RowRange
Package
Description
Provides row-level filters applied to HRegion scan results during calls to
ResultScanner.next()
.Provides HBase MapReduce
Input/OutputFormats, a table indexing MapReduce job, and utility methods.
-
Uses of MultiRowRangeFilter.RowRange in org.apache.hadoop.hbase.filter
Modifier and TypeFieldDescriptionprivate final List<MultiRowRangeFilter.RowRange>
MultiRowRangeFilter.rangeList
private final List<MultiRowRangeFilter.RowRange>
MultiRowRangeFilter.RangeIteration.sortedAndMergedRanges
Modifier and TypeMethodDescriptionprivate static List<MultiRowRangeFilter.RowRange>
MultiRowRangeFilter.createRangeListFromRowKeyPrefixes
(byte[][] rowKeyPrefixes) MultiRowRangeFilter.getRowRanges()
static List<MultiRowRangeFilter.RowRange>
MultiRowRangeFilter.sortAndMerge
(List<MultiRowRangeFilter.RowRange> ranges) sort the ranges and if the ranges with overlap, then merge them.Modifier 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.static List<MultiRowRangeFilter.RowRange>
MultiRowRangeFilter.sortAndMerge
(List<MultiRowRangeFilter.RowRange> ranges) sort the ranges and if the ranges with overlap, then merge them.private static void
MultiRowRangeFilter.throwExceptionForInvalidRanges
(List<MultiRowRangeFilter.RowRange> invalidRanges, boolean details) ModifierConstructorDescriptionRangeIteration
(List<MultiRowRangeFilter.RowRange> sortedAndMergedRanges) -
Uses of MultiRowRangeFilter.RowRange in org.apache.hadoop.hbase.mapreduce
Modifier and TypeFieldDescriptionprivate List<MultiRowRangeFilter.RowRange>
RowCounter.rowRangeList
Modifier and TypeMethodDescriptionprivate static List<MultiRowRangeFilter.RowRange>
RowCounter.parseRowRangeParameter
(String arg) Modifier and TypeMethodDescriptionprivate static void
RowCounter.setScanFilter
(Scan scan, List<MultiRowRangeFilter.RowRange> rowRangeList) Sets filterFilterBase
to theScan
instance. -
Uses of MultiRowRangeFilter.RowRange in org.apache.hadoop.hbase.rest.model
Modifier and TypeFieldDescriptionprivate List<MultiRowRangeFilter.RowRange>
ScannerModel.FilterModel.ranges