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

java.lang.Object
  extended by org.apache.hadoop.yarn.event.AbstractEvent<JobEventType>
      extended by org.apache.hadoop.mapreduce.v2.app.job.event.JobEvent
          extended by org.apache.hadoop.mapreduce.v2.app.job.event.JobAbortCompletedEvent
All Implemented Interfaces:
org.apache.hadoop.yarn.event.Event<JobEventType>

public class JobAbortCompletedEvent
extends JobEvent


Constructor Summary
JobAbortCompletedEvent(org.apache.hadoop.mapreduce.v2.api.records.JobId jobID, org.apache.hadoop.mapreduce.JobStatus.State finalState)
           
 
Method Summary
 org.apache.hadoop.mapreduce.JobStatus.State getFinalState()
           
 
Methods inherited from class org.apache.hadoop.mapreduce.v2.app.job.event.JobEvent
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

JobAbortCompletedEvent

public JobAbortCompletedEvent(org.apache.hadoop.mapreduce.v2.api.records.JobId jobID,
                              org.apache.hadoop.mapreduce.JobStatus.State finalState)
Method Detail

getFinalState

public org.apache.hadoop.mapreduce.JobStatus.State getFinalState()


Copyright © 2014 Apache Software Foundation. All Rights Reserved.