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

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.RMStateUpdateAppAttemptEvent
All Implemented Interfaces:
org.apache.hadoop.yarn.event.Event<RMStateStoreEventType>

public class RMStateUpdateAppAttemptEvent
extends RMStateStoreEvent


Constructor Summary
RMStateUpdateAppAttemptEvent(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

RMStateUpdateAppAttemptEvent

public RMStateUpdateAppAttemptEvent(RMStateStore.ApplicationAttemptState attemptState)
Method Detail

getAppAttemptState

public RMStateStore.ApplicationAttemptState getAppAttemptState()


Copyright © 2014 Apache Software Foundation. All Rights Reserved.