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 in
    Modifier and Type
    Method
    Description
    List<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 in
    Modifier and Type
    Method
    Description
    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.
    Constructor parameters in org.apache.hadoop.hbase.filter with type arguments of type org.apache.hadoop.hbase.filter.MultiRowRangeFilter.RowRange in in
    Modifier
    Constructor
    Description
     
    MultiRowRangeFilter(List<org.apache.hadoop.hbase.filter.MultiRowRangeFilter.RowRange> list)