@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".| 限定符和类型 | 方法和说明 |
|---|---|
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 normalizeHBaseIOExceptionCopyright © 2007–2021 The Apache Software Foundation. All rights reserved.