Uses of Interface
org.apache.hadoop.hbase.util.KeyRange
Packages that use org.apache.hadoop.hbase.util.KeyRange
-
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 inModifier and TypeClassDescriptionclass
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 inModifier and TypeClassDescriptionclass
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 inModifier and TypeMethodDescriptionstatic <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.