|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.lens.server.api.events.LensEvent
org.apache.lens.server.api.query.QueryEvent<Integer>
org.apache.lens.server.api.query.QueuePositionChange
public class QueuePositionChange
Event fired when query moves up or down in the execution engine's queue.
| Constructor Summary | |
|---|---|
QueuePositionChange(long eventTime,
Integer prev,
Integer current,
QueryHandle handle)
Instantiates a new queue position change. |
|
| Method Summary |
|---|
| Methods inherited from class org.apache.lens.server.api.query.QueryEvent |
|---|
getEventId, toString |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public QueuePositionChange(long eventTime,
Integer prev,
Integer current,
QueryHandle handle)
eventTime - the event timeprev - the prevcurrent - the currenthandle - the handle
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||