@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
InterruptedException
IOException
public void processDeadServers()
public void assignMetaReplicas() throws IOException, InterruptedException, org.apache.zookeeper.KeeperException
IOException
InterruptedException
org.apache.zookeeper.KeeperException
protected void assignMeta(int replicaId) throws InterruptedException, IOException, org.apache.zookeeper.KeeperException
hbase:meta
is assigned. If not, assign it.InterruptedException
IOException
org.apache.zookeeper.KeeperException
Copyright © 2007–2017 The Apache Software Foundation. All rights reserved.