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

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

public static class RMStateStore.ApplicationState
extends Object

State of an application application


Method Summary
 org.apache.hadoop.yarn.api.records.ApplicationId getAppId()
           
 org.apache.hadoop.yarn.api.records.ApplicationSubmissionContext getApplicationSubmissionContext()
           
 RMStateStore.ApplicationAttemptState getAttempt(org.apache.hadoop.yarn.api.records.ApplicationAttemptId attemptId)
           
 int getAttemptCount()
           
 long getSubmitTime()
           
 String getUser()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

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.