public class MasterProcedureManagerHost extends ProcedureManagerHost<MasterProcedureManager>
HMaster
interacts with the loaded procedure manager through this class.MASTER_PROCEUDRE_CONF_KEY, procedures, REGIONSERVER_PROCEDURE_CONF_KEY
Constructor and Description |
---|
MasterProcedureManagerHost() |
Modifier and Type | Method and Description |
---|---|
MasterProcedureManager |
getProcedureManager(String signature) |
void |
initialize(MasterServices master,
MetricsMaster metricsMaster) |
void |
loadProcedures(Configuration conf) |
void |
stop(String why) |
getProcedureManagers, loadInstance, loadUserProcedures, register
public void loadProcedures(Configuration conf)
loadProcedures
in class ProcedureManagerHost<MasterProcedureManager>
public void initialize(MasterServices master, MetricsMaster metricsMaster) throws KeeperException, IOException, UnsupportedOperationException
KeeperException
IOException
UnsupportedOperationException
public void stop(String why)
public MasterProcedureManager getProcedureManager(String signature)