org.apache.hadoop.yarn.server.resourcemanager.ahs
Class WritingApplicationAttemptStartEvent

java.lang.Object
  extended by org.apache.hadoop.yarn.event.AbstractEvent<WritingHistoryEventType>
      extended by org.apache.hadoop.yarn.server.resourcemanager.ahs.WritingApplicationHistoryEvent
          extended by org.apache.hadoop.yarn.server.resourcemanager.ahs.WritingApplicationAttemptStartEvent
All Implemented Interfaces:
org.apache.hadoop.yarn.event.Event<WritingHistoryEventType>

public class WritingApplicationAttemptStartEvent
extends WritingApplicationHistoryEvent


Constructor Summary
WritingApplicationAttemptStartEvent(org.apache.hadoop.yarn.api.records.ApplicationAttemptId appAttemptId, org.apache.hadoop.yarn.server.applicationhistoryservice.records.ApplicationAttemptStartData appAttemptStart)
           
 
Method Summary
 org.apache.hadoop.yarn.api.records.ApplicationAttemptId getApplicationAttemptId()
           
 org.apache.hadoop.yarn.server.applicationhistoryservice.records.ApplicationAttemptStartData getApplicationAttemptStartData()
           
 int hashCode()
           
 
Methods inherited from class org.apache.hadoop.yarn.event.AbstractEvent
getTimestamp, getType, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

WritingApplicationAttemptStartEvent

public WritingApplicationAttemptStartEvent(org.apache.hadoop.yarn.api.records.ApplicationAttemptId appAttemptId,
                                           org.apache.hadoop.yarn.server.applicationhistoryservice.records.ApplicationAttemptStartData appAttemptStart)
Method Detail

hashCode

public int hashCode()
Overrides:
hashCode in class Object

getApplicationAttemptId

public org.apache.hadoop.yarn.api.records.ApplicationAttemptId getApplicationAttemptId()

getApplicationAttemptStartData

public org.apache.hadoop.yarn.server.applicationhistoryservice.records.ApplicationAttemptStartData getApplicationAttemptStartData()


Copyright © 2014 Apache Software Foundation. All Rights Reserved.