@InterfaceAudience.Private class MasterMetaBootstrap extends Object
Modifier and Type | Field and Description |
---|---|
private static org.slf4j.Logger |
LOG |
private HMaster |
master |
Constructor and Description |
---|
MasterMetaBootstrap(HMaster master) |
Modifier and Type | Method and Description |
---|---|
(package private) void |
assignMetaReplicas()
For assigning hbase:meta replicas only.
|
private void |
unassignExcessMetaReplica(int numMetaReplicasConfigured) |
public MasterMetaBootstrap(HMaster master)
void assignMetaReplicas() throws IOException, InterruptedException, org.apache.zookeeper.KeeperException
IOException
InterruptedException
org.apache.zookeeper.KeeperException
private void unassignExcessMetaReplica(int numMetaReplicasConfigured)
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.