Uses of Class
org.apache.hadoop.hbase.regionserver.ConstantSizeRegionSplitPolicy

Packages that use ConstantSizeRegionSplitPolicy
org.apache.hadoop.hbase.regionserver   
 

Uses of ConstantSizeRegionSplitPolicy in org.apache.hadoop.hbase.regionserver
 

Subclasses of ConstantSizeRegionSplitPolicy in org.apache.hadoop.hbase.regionserver
 class IncreasingToUpperBoundRegionSplitPolicy
          Split size is the number of regions that are on this server that all are of the same table, squared, times the region flush size OR the maximum region split size, whichever is smaller.
 class KeyPrefixRegionSplitPolicy
          A custom RegionSplitPolicy implementing a SplitPolicy that groups rows by a prefix of the row-key This ensures that a region is not split "inside" a prefix of a row key.
 



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