|
||||||||||
| 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.QueryCancelled
public class QueryCancelled
Event fired when query is cancelled.
| Field Summary |
|---|
| Fields inherited from class org.apache.lens.server.api.query.QueryEnded |
|---|
END_STATES |
| Constructor Summary | |
|---|---|
QueryCancelled(long eventTime,
QueryStatus.Status prev,
QueryStatus.Status current,
QueryHandle handle,
String user,
String cause)
Instantiates a new query cancelled. |
|
| 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 QueryCancelled(long eventTime,
QueryStatus.Status prev,
QueryStatus.Status current,
QueryHandle handle,
String user,
String cause)
eventTime - the event timeprev - the prevcurrent - the currenthandle - the handleuser - the usercause - the cause
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||