|
||||||||||
| 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.QueryEnded
org.apache.lens.server.api.query.QuerySuccess
public class QuerySuccess
Event fired when query is successfully completed.
| Field Summary |
|---|
| Fields inherited from class org.apache.lens.server.api.query.QueryEnded |
|---|
END_STATES |
| Constructor Summary | |
|---|---|
QuerySuccess(long eventTime,
QueryStatus.Status prev,
QueryStatus.Status current,
QueryHandle handle)
Instantiates a new query success. |
|
| 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 QuerySuccess(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 | |||||||||