Uses of Interface
org.apache.hadoop.hbase.util.KeyRange

Packages that use org.apache.hadoop.hbase.util.KeyRange
Package
Description
 
  • Uses of org.apache.hadoop.hbase.util.KeyRange in org.apache.hadoop.hbase.util

    Classes in org.apache.hadoop.hbase.util with type parameters of type org.apache.hadoop.hbase.util.KeyRange in in
    Modifier and Type
    Class
    Description
    class 
    org.apache.hadoop.hbase.util.RegionSplitCalculator<R extends org.apache.hadoop.hbase.util.KeyRange>
    This is a generic region split calculator.
    Classes in org.apache.hadoop.hbase.util that implement org.apache.hadoop.hbase.util.KeyRange in in
    Modifier and Type
    Class
    Description
    class 
    org.apache.hadoop.hbase.util.HbckRegionInfo
    Maintain information about a particular region.
    Methods in org.apache.hadoop.hbase.util with type parameters of type org.apache.hadoop.hbase.util.KeyRange in in
    Modifier and Type
    Method
    Description
    static <R extends org.apache.hadoop.hbase.util.KeyRange>
    List<R>
    RegionSplitCalculator.findBigRanges(Collection<R> bigOverlap, int count)
    Find specified number of top ranges in a big overlap group.