@InterfaceAudience.Private @InterfaceStability.Evolving public class MasterProcedureEnv extends 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 | 
isRunning()  | 
public MasterProcedureEnv(MasterServices master)
public User getRequestUser() throws IOException
IOExceptionpublic MasterServices getMasterServices()
public Configuration getMasterConfiguration()
public MasterCoprocessorHost getMasterCoprocessorHost()
public MasterProcedureQueue getProcedureQueue()
public boolean isRunning()
public boolean isInitialized()