@InterfaceAudience.Private public interface RegionNormalizer
SimpleRegionNormalizer
or plug in their own implementation. Please note that overly aggressive normalization rules
(attempting to make all regions perfectly equal in size) could potentially lead to
"split/merge storms".Modifier and Type | Method and Description |
---|---|
List<NormalizationPlan> |
computePlanForTable(TableName table)
Computes next optimal normalization plan.
|
void |
setMasterRpcServices(MasterRpcServices masterRpcServices)
Set the master RPC service.
|
void |
setMasterServices(MasterServices masterServices)
Set the master service.
|
void setMasterServices(MasterServices masterServices)
computePlanForTable(TableName)
.masterServices
- master services to usevoid setMasterRpcServices(MasterRpcServices masterRpcServices)
computePlanForTable(TableName)
.masterRpcServices
- master RPC services to useList<NormalizationPlan> computePlanForTable(TableName table) throws HBaseIOException
table
- table to normalizeHBaseIOException
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.