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

java.lang.Object
  extended by 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)
           
 
Method Summary
 org.apache.hadoop.security.Credentials getAppAttemptCredentials()
           
 org.apache.hadoop.yarn.api.records.ApplicationAttemptId getAttemptId()
           
 org.apache.hadoop.yarn.api.records.Container getMasterContainer()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

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)
Method Detail

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.