|
||||||||||
| 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<QueryStatus.Status>
org.apache.lens.server.api.query.StatusChange
org.apache.lens.server.api.query.QueryQueued
public class QueryQueued
Event fired when a query is QUEUED.
| Constructor Summary | |
|---|---|
QueryQueued(long eventTime,
QueryStatus.Status prev,
QueryStatus.Status current,
QueryHandle handle,
String user)
Instantiates a new query queued. |
|
| Method Summary | |
|---|---|
String |
getUser()
Get the submitting user |
| 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 QueryQueued(long eventTime,
QueryStatus.Status prev,
QueryStatus.Status current,
QueryHandle handle,
String user)
eventTime - the event timeprev - the prevcurrent - the currenthandle - the handleuser - the user| Method Detail |
|---|
public final String getUser()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||