org.apache.hadoop.yarn.server.resourcemanager.recovery
Class RMStateStoreAppAttemptEvent

java.lang.Object
  extended by org.apache.hadoop.yarn.event.AbstractEvent<RMStateStoreEventType>
      extended by org.apache.hadoop.yarn.server.resourcemanager.recovery.RMStateStoreEvent
          extended by org.apache.hadoop.yarn.server.resourcemanager.recovery.RMStateStoreAppAttemptEvent
All Implemented Interfaces:
org.apache.hadoop.yarn.event.Event<RMStateStoreEventType>

public class RMStateStoreAppAttemptEvent
extends RMStateStoreEvent


Constructor Summary
RMStateStoreAppAttemptEvent(RMStateStore.ApplicationAttemptState attemptState)
           
 
Method Summary
 RMStateStore.ApplicationAttemptState getAppAttemptState()
           
 
Methods inherited from class org.apache.hadoop.yarn.event.AbstractEvent
getTimestamp, getType, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RMStateStoreAppAttemptEvent

public RMStateStoreAppAttemptEvent(RMStateStore.ApplicationAttemptState attemptState)
Method Detail

getAppAttemptState

public RMStateStore.ApplicationAttemptState getAppAttemptState()


Copyright © 2014 Apache Software Foundation. All Rights Reserved.