org.apache.hadoop.mapreduce.v2.app.job.event
Class JobEvent

java.lang.Object
  extended by org.apache.hadoop.yarn.event.AbstractEvent<JobEventType>
      extended by org.apache.hadoop.mapreduce.v2.app.job.event.JobEvent
All Implemented Interfaces:
org.apache.hadoop.yarn.event.Event<JobEventType>
Direct Known Subclasses:
JobAbortCompletedEvent, JobCommitCompletedEvent, JobCommitFailedEvent, JobCounterUpdateEvent, JobDiagnosticsUpdateEvent, JobMapTaskRescheduledEvent, JobSetupCompletedEvent, JobSetupFailedEvent, JobStartEvent, JobTaskAttemptCompletedEvent, JobTaskAttemptFetchFailureEvent, JobTaskEvent, JobUpdatedNodesEvent

public class JobEvent
extends org.apache.hadoop.yarn.event.AbstractEvent<JobEventType>

This class encapsulates job related events.


Constructor Summary
JobEvent(org.apache.hadoop.mapreduce.v2.api.records.JobId jobID, JobEventType type)
           
 
Method Summary
 org.apache.hadoop.mapreduce.v2.api.records.JobId getJobId()
           
 
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

JobEvent

public JobEvent(org.apache.hadoop.mapreduce.v2.api.records.JobId jobID,
                JobEventType type)
Method Detail

getJobId

public org.apache.hadoop.mapreduce.v2.api.records.JobId getJobId()


Copyright © 2014 Apache Software Foundation. All Rights Reserved.