org.apache.hadoop.yarn.server.resourcemanager.recovery
Class RMStateStore.ApplicationState
java.lang.Object
org.apache.hadoop.yarn.server.resourcemanager.recovery.RMStateStore.ApplicationState
- Enclosing class:
- RMStateStore
public static class RMStateStore.ApplicationState
- extends Object
State of an application application
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getAppId
public org.apache.hadoop.yarn.api.records.ApplicationId getAppId()
getSubmitTime
public long getSubmitTime()
getAttemptCount
public int getAttemptCount()
getApplicationSubmissionContext
public org.apache.hadoop.yarn.api.records.ApplicationSubmissionContext getApplicationSubmissionContext()
getAttempt
public RMStateStore.ApplicationAttemptState getAttempt(org.apache.hadoop.yarn.api.records.ApplicationAttemptId attemptId)
getUser
public String getUser()
Copyright © 2014 Apache Software Foundation. All Rights Reserved.