|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.hadoop.mapreduce.jobhistory.JobQueueChangeEvent
public class JobQueueChangeEvent
| 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 |
|---|
public JobQueueChangeEvent(JobID id,
String queueName)
| Method Detail |
|---|
public EventType getEventType()
HistoryEvent
getEventType in interface HistoryEventpublic Object getDatum()
HistoryEvent
getDatum in interface HistoryEventpublic void setDatum(Object datum)
HistoryEvent
setDatum in interface HistoryEventpublic JobID getJobId()
public String getJobQueueName()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||