@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 |
---|---|
org.apache.hadoop.conf.Configuration |
getMasterConfiguration() |
MasterCoprocessorHost |
getMasterCoprocessorHost() |
MasterServices |
getMasterServices() |
MasterProcedureQueue |
getProcedureQueue() |
User |
getRequestUser() |
boolean |
isInitialized() |
boolean |
isRunning() |
public MasterProcedureEnv(MasterServices master)
public User getRequestUser()
public MasterServices getMasterServices()
public org.apache.hadoop.conf.Configuration getMasterConfiguration()
public MasterCoprocessorHost getMasterCoprocessorHost()
public MasterProcedureQueue getProcedureQueue()
public boolean isRunning()
public boolean isInitialized()
Copyright © 2007-2016 The Apache Software Foundation. All Rights Reserved.