|
||||||||||
| 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
public class QueryEnded
Generic event denoting that query has ended. If a listener wants to just be notified when query has ended irrespective of its success or failure, then that listener can subscribe for this event type
| Field Summary | |
|---|---|
static EnumSet<QueryStatus.Status> |
END_STATES
The Constant END_STATES. |
| Constructor Summary | |
|---|---|
QueryEnded(long eventTime,
QueryStatus.Status prev,
QueryStatus.Status current,
QueryHandle handle,
String user,
String cause)
Instantiates a new query ended. |
|
| 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 |
| Field Detail |
|---|
public static final EnumSet<QueryStatus.Status> END_STATES
| Constructor Detail |
|---|
public QueryEnded(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 | |||||||||