Package | Description |
---|---|
org.apache.hadoop.hbase.regionserver |
Modifier and Type | Class and Description |
---|---|
class |
BusyRegionSplitPolicy
This class represents a split policy which makes the split decision based on how busy a region
is.
|
class |
DelimitedKeyPrefixRegionSplitPolicy
Deprecated.
since 2.5.0 and will be removed in 4.0.0. Use
RegionSplitRestriction ,
instead. |
class |
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 |
KeyPrefixRegionSplitPolicy
Deprecated.
since 2.5.0 and will be removed in 4.0.0. Use
RegionSplitRestriction ,
instead. |
class |
SteppingSplitPolicy |
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.