public class JobQueueChangeEvent extends Object implements HistoryEvent
| Constructor and Description |
|---|
JobQueueChangeEvent(JobID id,
String queueName) |
| Modifier and Type | Method and Description |
|---|---|
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.
|
public EventType getEventType()
HistoryEventgetEventType in interface HistoryEventpublic Object getDatum()
HistoryEventgetDatum in interface HistoryEventpublic void setDatum(Object datum)
HistoryEventsetDatum in interface HistoryEventpublic JobID getJobId()
public String getJobQueueName()
Copyright © 2016 Apache Software Foundation. All Rights Reserved.