Uses of Class
org.apache.hadoop.hbase.regionserver.ConstantSizeRegionSplitPolicy
Packages that use ConstantSizeRegionSplitPolicy
-
Uses of ConstantSizeRegionSplitPolicy in org.apache.hadoop.hbase.regionserver
Subclasses of ConstantSizeRegionSplitPolicy in org.apache.hadoop.hbase.regionserverModifier and TypeClassDescriptionclass
This class represents a split policy which makes the split decision based on how busy a region is.class
Deprecated.since 3.0.0 and will be removed in 4.0.0.class
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
Deprecated.since 3.0.0 and will be removed in 4.0.0.class