|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.lens.server.api.events.AsyncEventListener<QueryEnded>
org.apache.lens.server.query.QueryExecutionStatisticsGenerator
public class QueryExecutionStatisticsGenerator
Top level class which handles all Query Events.
| Field Summary |
|---|
| Fields inherited from interface org.apache.lens.server.api.events.LensEventListener |
|---|
HANDLER_METHOD_NAME |
| Constructor Summary | |
|---|---|
QueryExecutionStatisticsGenerator(QueryExecutionServiceImpl queryService,
LensEventService eventService)
Instantiates a new query execution statistics generator. |
|
| Method Summary | |
|---|---|
void |
process(QueryEnded ended)
Should implement the actual event handling. |
| Methods inherited from class org.apache.lens.server.api.events.AsyncEventListener |
|---|
getEventQueue, onEvent, stop |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public QueryExecutionStatisticsGenerator(QueryExecutionServiceImpl queryService,
LensEventService eventService)
queryService - the query serviceeventService - the event service| Method Detail |
|---|
public void process(QueryEnded ended)
AsyncEventListener
process in class AsyncEventListener<QueryEnded>ended - the event
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||