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.rangeListprivate final List<MultiRowRangeFilter.RowRange>MultiRowRangeFilter.RangeIteration.sortedAndMergedRangesMethods 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 voidMultiRowRangeFilter.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.rowRangeListMethods 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 voidRowCounter.setScanFilter(Scan scan, List<MultiRowRangeFilter.RowRange> rowRangeList) Sets filterFilterBaseto theScaninstance. -
Uses of MultiRowRangeFilter.RowRange in org.apache.hadoop.hbase.rest.model
Fields in org.apache.hadoop.hbase.rest.model with type parameters of type MultiRowRangeFilter.RowRangeModifier and TypeFieldDescriptionprivate List<MultiRowRangeFilter.RowRange>ScannerModel.FilterModel.ranges