Uses of Class
org.apache.hadoop.hbase.filter.MultiRowRangeFilter.RowRange
Packages that use org.apache.hadoop.hbase.filter.MultiRowRangeFilter.RowRange
Package
Description
Provides row-level filters applied to HRegion scan results during calls to
ResultScanner.next().-
Uses of org.apache.hadoop.hbase.filter.MultiRowRangeFilter.RowRange in org.apache.hadoop.hbase.filter
Methods in org.apache.hadoop.hbase.filter that return types with arguments of type org.apache.hadoop.hbase.filter.MultiRowRangeFilter.RowRange in inModifier and TypeMethodDescriptionList<org.apache.hadoop.hbase.filter.MultiRowRangeFilter.RowRange>MultiRowRangeFilter.getRowRanges()static List<org.apache.hadoop.hbase.filter.MultiRowRangeFilter.RowRange>MultiRowRangeFilter.sortAndMerge(List<org.apache.hadoop.hbase.filter.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 org.apache.hadoop.hbase.filter.MultiRowRangeFilter.RowRange in inModifier and TypeMethodDescriptionstatic List<org.apache.hadoop.hbase.filter.MultiRowRangeFilter.RowRange>MultiRowRangeFilter.sortAndMerge(List<org.apache.hadoop.hbase.filter.MultiRowRangeFilter.RowRange> ranges) sort the ranges and if the ranges with overlap, then merge them.Constructor parameters in org.apache.hadoop.hbase.filter with type arguments of type org.apache.hadoop.hbase.filter.MultiRowRangeFilter.RowRange in inModifierConstructorDescriptionMultiRowRangeFilter(List<org.apache.hadoop.hbase.filter.MultiRowRangeFilter.RowRange> list)