org.apache.hadoop.hbase.procedure
Class MasterProcedureManagerHost
java.lang.Object
org.apache.hadoop.hbase.procedure.ProcedureManagerHost<MasterProcedureManager>
org.apache.hadoop.hbase.procedure.MasterProcedureManagerHost
public class MasterProcedureManagerHost
- extends ProcedureManagerHost<MasterProcedureManager>
Provides the globally barriered procedure framework and environment for
master oriented operations. HMaster
interacts with the loaded
procedure manager through this class.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MasterProcedureManagerHost
public MasterProcedureManagerHost()
loadProcedures
public void loadProcedures(org.apache.hadoop.conf.Configuration conf)
- Specified by:
loadProcedures
in class ProcedureManagerHost<MasterProcedureManager>
initialize
public void initialize(MasterServices master,
MetricsMaster metricsMaster)
throws org.apache.zookeeper.KeeperException,
IOException,
UnsupportedOperationException
- Throws:
org.apache.zookeeper.KeeperException
IOException
UnsupportedOperationException
stop
public void stop(String why)
getProcedureManager
public MasterProcedureManager getProcedureManager(String signature)
Copyright © 2015 The Apache Software Foundation. All rights reserved.