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

Packages that use KeyRange
org.apache.hadoop.hbase.util   
 

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

Classes in org.apache.hadoop.hbase.util with type parameters of type KeyRange
 class RegionSplitCalculator<R extends KeyRange>
          This is a generic region split calculator.
 

Classes in org.apache.hadoop.hbase.util that implement KeyRange
static class HBaseFsck.HbckInfo
          Maintain information about a particular region.
 

Methods in org.apache.hadoop.hbase.util with type parameters of type KeyRange
static
<R extends KeyRange>
List<R>
RegionSplitCalculator.findBigRanges(Collection<R> bigOverlap, int count)
          Find specified number of top ranges in a big overlap group.
 



Copyright © 2015 The Apache Software Foundation. All Rights Reserved.