@InterfaceAudience.Private public class MasterMetaBootstrap extends Object
| Constructor and Description |
|---|
MasterMetaBootstrap(HMaster master,
MonitoredTask status) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
assignMeta(int replicaId)
Check
hbase:meta is assigned. |
void |
assignMetaReplicas() |
void |
processDeadServers() |
void |
recoverMeta() |
public MasterMetaBootstrap(HMaster master, MonitoredTask status)
public void recoverMeta()
throws InterruptedException,
IOException
InterruptedExceptionIOExceptionpublic void processDeadServers()
public void assignMetaReplicas()
throws IOException,
InterruptedException,
org.apache.zookeeper.KeeperException
IOExceptionInterruptedExceptionorg.apache.zookeeper.KeeperExceptionprotected void assignMeta(int replicaId)
throws InterruptedException,
IOException,
org.apache.zookeeper.KeeperException
hbase:meta is assigned. If not, assign it.InterruptedExceptionIOExceptionorg.apache.zookeeper.KeeperExceptionCopyright © 2007–2017 The Apache Software Foundation. All rights reserved.