org.apache.hadoop.yarn.server.resourcemanager.recovery
Class RMStateStore.ApplicationAttemptState
java.lang.Object
org.apache.hadoop.yarn.server.resourcemanager.recovery.RMStateStore.ApplicationAttemptState
- Enclosing class:
- RMStateStore
public static class RMStateStore.ApplicationAttemptState
- extends Object
State of an application attempt
Constructor Summary |
RMStateStore.ApplicationAttemptState(org.apache.hadoop.yarn.api.records.ApplicationAttemptId attemptId,
org.apache.hadoop.yarn.api.records.Container masterContainer,
org.apache.hadoop.security.Credentials appAttemptCredentials)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RMStateStore.ApplicationAttemptState
public RMStateStore.ApplicationAttemptState(org.apache.hadoop.yarn.api.records.ApplicationAttemptId attemptId,
org.apache.hadoop.yarn.api.records.Container masterContainer,
org.apache.hadoop.security.Credentials appAttemptCredentials)
getMasterContainer
public org.apache.hadoop.yarn.api.records.Container getMasterContainer()
getAttemptId
public org.apache.hadoop.yarn.api.records.ApplicationAttemptId getAttemptId()
getAppAttemptCredentials
public org.apache.hadoop.security.Credentials getAppAttemptCredentials()
Copyright © 2014 Apache Software Foundation. All Rights Reserved.