org.apache.hadoop.yarn.server.resourcemanager.recovery
Class RMStateStore.RMState

java.lang.Object
  extended by org.apache.hadoop.yarn.server.resourcemanager.recovery.RMStateStore.RMState
Enclosing class:
RMStateStore

public static class RMStateStore.RMState
extends Object

State of the ResourceManager


Constructor Summary
RMStateStore.RMState()
           
 
Method Summary
 Map<org.apache.hadoop.yarn.api.records.ApplicationId,RMStateStore.ApplicationState> getApplicationState()
           
 RMStateStore.RMDTSecretManagerState getRMDTSecretManagerState()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RMStateStore.RMState

public RMStateStore.RMState()
Method Detail

getApplicationState

public Map<org.apache.hadoop.yarn.api.records.ApplicationId,RMStateStore.ApplicationState> getApplicationState()

getRMDTSecretManagerState

public RMStateStore.RMDTSecretManagerState getRMDTSecretManagerState()


Copyright © 2014 Apache Software Foundation. All Rights Reserved.