Uses of Class
org.apache.hadoop.hbase.regionserver.ConstantSizeRegionSplitPolicy
Packages that use org.apache.hadoop.hbase.regionserver.ConstantSizeRegionSplitPolicy
-
Uses of org.apache.hadoop.hbase.regionserver.ConstantSizeRegionSplitPolicy in org.apache.hadoop.hbase.regionserver
Subclasses of org.apache.hadoop.hbase.regionserver.ConstantSizeRegionSplitPolicy in in org.apache.hadoop.hbase.regionserverModifier and TypeClassDescriptionclass
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.DelimitedKeyPrefixRegionSplitPolicy
Deprecated.since 2.5.0 and will be removed in 4.0.0.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
Deprecated.since 2.5.0 and will be removed in 4.0.0.class
org.apache.hadoop.hbase.regionserver.SteppingSplitPolicy