@InterfaceAudience.Private @InterfaceStability.Evolving public class MasterProcedureEnv extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
MasterProcedureEnv.MasterProcedureStoreListener |
static class |
MasterProcedureEnv.WALStoreLeaseRecovery |
| Constructor and Description |
|---|
MasterProcedureEnv(MasterServices master) |
| Modifier and Type | Method and Description |
|---|---|
Configuration |
getMasterConfiguration() |
MasterCoprocessorHost |
getMasterCoprocessorHost() |
MasterServices |
getMasterServices() |
MasterProcedureQueue |
getProcedureQueue() |
User |
getRequestUser() |
boolean |
isInitialized() |
boolean |
isNamespaceManagerInitialized() |
boolean |
isRunning() |
public MasterProcedureEnv(MasterServices master)
public User getRequestUser() throws java.io.IOException
java.io.IOExceptionpublic MasterServices getMasterServices()
public Configuration getMasterConfiguration()
public MasterCoprocessorHost getMasterCoprocessorHost()
public MasterProcedureQueue getProcedureQueue()
public boolean isRunning()
public boolean isInitialized()
public boolean isNamespaceManagerInitialized()