org.apache.hadoop.mapreduce.jobhistory
Class JobQueueChangeEvent

java.lang.Object
  extended by org.apache.hadoop.mapreduce.jobhistory.JobQueueChangeEvent
All Implemented Interfaces:
HistoryEvent

public class JobQueueChangeEvent
extends Object
implements HistoryEvent


Constructor Summary
JobQueueChangeEvent(JobID id, String queueName)
           
 
Method Summary
 Object getDatum()
          Return the Avro datum wrapped by this.
 EventType getEventType()
          Return this event's type.
 JobID getJobId()
          Get the Job ID
 String getJobQueueName()
          Get the new Job queue name
 void setDatum(Object datum)
          Set the Avro datum wrapped by this.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JobQueueChangeEvent

public JobQueueChangeEvent(JobID id,
                           String queueName)
Method Detail

getEventType

public EventType getEventType()
Description copied from interface: HistoryEvent
Return this event's type.

Specified by:
getEventType in interface HistoryEvent

getDatum

public Object getDatum()
Description copied from interface: HistoryEvent
Return the Avro datum wrapped by this.

Specified by:
getDatum in interface HistoryEvent

setDatum

public void setDatum(Object datum)
Description copied from interface: HistoryEvent
Set the Avro datum wrapped by this.

Specified by:
setDatum in interface HistoryEvent

getJobId

public JobID getJobId()
Get the Job ID


getJobQueueName

public String getJobQueueName()
Get the new Job queue name



Copyright © 2014 Apache Software Foundation. All Rights Reserved.