|
||||||||||
| 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.QueryLaunched
public class QueryLaunched
Event fired when query is LAUNCHED.
| Constructor Summary | |
|---|---|
QueryLaunched(long eventTime,
QueryStatus.Status prev,
QueryStatus.Status current,
QueryHandle handle)
Instantiates a new query launched. |
|
| 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 QueryLaunched(long eventTime,
QueryStatus.Status prev,
QueryStatus.Status 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 | |||||||||