Class JobHistoryEvent

java.lang.Object
org.apache.hadoop.yarn.event.AbstractEvent<org.apache.hadoop.mapreduce.jobhistory.EventType>
org.apache.hadoop.mapreduce.jobhistory.JobHistoryEvent
All Implemented Interfaces:
org.apache.hadoop.yarn.event.Event<org.apache.hadoop.mapreduce.jobhistory.EventType>

public class JobHistoryEvent extends org.apache.hadoop.yarn.event.AbstractEvent<org.apache.hadoop.mapreduce.jobhistory.EventType>
  • Constructor Summary

    Constructors
    Constructor
    Description
    JobHistoryEvent(org.apache.hadoop.mapreduce.v2.api.records.JobId jobID, org.apache.hadoop.mapreduce.jobhistory.HistoryEvent historyEvent)
     
    JobHistoryEvent(org.apache.hadoop.mapreduce.v2.api.records.JobId jobID, org.apache.hadoop.mapreduce.jobhistory.HistoryEvent historyEvent, long timestamp)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.apache.hadoop.mapreduce.jobhistory.HistoryEvent
     
    org.apache.hadoop.mapreduce.v2.api.records.JobId
     

    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 Details

    • JobHistoryEvent

      public JobHistoryEvent(org.apache.hadoop.mapreduce.v2.api.records.JobId jobID, org.apache.hadoop.mapreduce.jobhistory.HistoryEvent historyEvent)
    • JobHistoryEvent

      public JobHistoryEvent(org.apache.hadoop.mapreduce.v2.api.records.JobId jobID, org.apache.hadoop.mapreduce.jobhistory.HistoryEvent historyEvent, long timestamp)
  • Method Details

    • getJobID

      public org.apache.hadoop.mapreduce.v2.api.records.JobId getJobID()
    • getHistoryEvent

      public org.apache.hadoop.mapreduce.jobhistory.HistoryEvent getHistoryEvent()