Uses of Class
org.apache.hadoop.hbase.filter.MultiRowRangeFilter.RowRange
Packages that use 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
Fields in org.apache.hadoop.hbase.filter with type parameters of type MultiRowRangeFilter.RowRangeModifier and TypeFieldDescriptionprivate final List<MultiRowRangeFilter.RowRange>
MultiRowRangeFilter.rangeList
private final List<MultiRowRangeFilter.RowRange>
MultiRowRangeFilter.RangeIteration.sortedAndMergedRanges
Methods in org.apache.hadoop.hbase.filter that return types with arguments of type MultiRowRangeFilter.RowRangeModifier 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.Method parameters in org.apache.hadoop.hbase.filter with type arguments of type MultiRowRangeFilter.RowRangeModifier 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) Constructor parameters in org.apache.hadoop.hbase.filter with type arguments of type MultiRowRangeFilter.RowRangeModifierConstructorDescriptionRangeIteration
(List<MultiRowRangeFilter.RowRange> sortedAndMergedRanges) -
Uses of MultiRowRangeFilter.RowRange in org.apache.hadoop.hbase.mapreduce
Fields in org.apache.hadoop.hbase.mapreduce with type parameters of type MultiRowRangeFilter.RowRangeModifier and TypeFieldDescriptionprivate List<MultiRowRangeFilter.RowRange>
RowCounter.rowRangeList
Methods in org.apache.hadoop.hbase.mapreduce that return types with arguments of type MultiRowRangeFilter.RowRangeModifier and TypeMethodDescriptionprivate static List<MultiRowRangeFilter.RowRange>
RowCounter.parseRowRangeParameter
(String arg) Method parameters in org.apache.hadoop.hbase.mapreduce with type arguments of type MultiRowRangeFilter.RowRangeModifier and TypeMethodDescriptionprivate static void
RowCounter.setScanFilter
(Scan scan, List<MultiRowRangeFilter.RowRange> rowRangeList, boolean countDeleteMarkers) Sets filterFilterBase
to theScan
instance. -
Uses of MultiRowRangeFilter.RowRange in org.apache.hadoop.hbase.rest.model
Methods in org.apache.hadoop.hbase.rest.model that return MultiRowRangeFilter.RowRangeConstructors in org.apache.hadoop.hbase.rest.model with parameters of type MultiRowRangeFilter.RowRange