| Package | Description | 
|---|---|
| org.apache.hadoop.hbase.regionserver | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | BusyRegionSplitPolicyThis class represents a split policy which makes the split decision based
 on how busy a region is. | 
| class  | DelimitedKeyPrefixRegionSplitPolicyA custom RegionSplitPolicy implementing a SplitPolicy that groups
 rows by a prefix of the row-key with a delimiter. | 
| class  | IncreasingToUpperBoundRegionSplitPolicySplit 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  | KeyPrefixRegionSplitPolicyA 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. | 
| class  | SteppingSplitPolicy | 
Copyright © 2007–2021 The Apache Software Foundation. All rights reserved.