org.apache.hadoop.yarn.server.resourcemanager.rmapp.attempt.event
Class RMAppAttemptRejectedEvent

java.lang.Object
  extended by org.apache.hadoop.yarn.event.AbstractEvent<RMAppAttemptEventType>
      extended by org.apache.hadoop.yarn.server.resourcemanager.rmapp.attempt.RMAppAttemptEvent
          extended by org.apache.hadoop.yarn.server.resourcemanager.rmapp.attempt.event.RMAppAttemptRejectedEvent
All Implemented Interfaces:
org.apache.hadoop.yarn.event.Event<RMAppAttemptEventType>

public class RMAppAttemptRejectedEvent
extends RMAppAttemptEvent


Constructor Summary
RMAppAttemptRejectedEvent(org.apache.hadoop.yarn.api.records.ApplicationAttemptId appAttemptId, String message)
           
 
Method Summary
 String getMessage()
           
 
Methods inherited from class org.apache.hadoop.yarn.server.resourcemanager.rmapp.attempt.RMAppAttemptEvent
getApplicationAttemptId
 
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

RMAppAttemptRejectedEvent

public RMAppAttemptRejectedEvent(org.apache.hadoop.yarn.api.records.ApplicationAttemptId appAttemptId,
                                 String message)
Method Detail

getMessage

public String getMessage()


Copyright © 2014 Apache Software Foundation. All Rights Reserved.