class
org.apache.hadoop.hbase.regionserver.BusyRegionSplitPolicy
This class represents a split policy which makes the split decision based on how busy a region
is.
class
org.apache.hadoop.hbase.regionserver.ConstantSizeRegionSplitPolicy
A RegionSplitPolicy
implementation which splits a region as soon as any of its store
files exceeds a maximum configurable size.
class
org.apache.hadoop.hbase.regionserver.DelimitedKeyPrefixRegionSplitPolicy
class
org.apache.hadoop.hbase.regionserver.DisabledRegionSplitPolicy
A RegionSplitPolicy
that disables region splits.
class
org.apache.hadoop.hbase.regionserver.IncreasingToUpperBoundRegionSplitPolicy
Split size is the number of regions that are on this server that all are of the same table,
cubed, times 2x the region flush size OR the maximum region split size, whichever is smaller.
class
org.apache.hadoop.hbase.regionserver.KeyPrefixRegionSplitPolicy
class
org.apache.hadoop.hbase.regionserver.SteppingSplitPolicy
static org.apache.hadoop.hbase.regionserver.RegionSplitPolicy
RegionSplitPolicy.create(org.apache.hadoop.hbase.regionserver.HRegion region,
org.apache.hadoop.conf.Configuration conf)
Create the RegionSplitPolicy configured for the given table.