org.apache.hadoop.yarn.server.resourcemanager.ahs
Class WritingApplicationAttemptStartEvent
java.lang.Object
org.apache.hadoop.yarn.event.AbstractEvent<WritingHistoryEventType>
org.apache.hadoop.yarn.server.resourcemanager.ahs.WritingApplicationHistoryEvent
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)
|
| Methods inherited from class org.apache.hadoop.yarn.event.AbstractEvent |
getTimestamp, getType, toString |
WritingApplicationAttemptStartEvent
public WritingApplicationAttemptStartEvent(org.apache.hadoop.yarn.api.records.ApplicationAttemptId appAttemptId,
org.apache.hadoop.yarn.server.applicationhistoryservice.records.ApplicationAttemptStartData appAttemptStart)
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.