org.apache.lens.server.query
Class QueryExecutionStatisticsGenerator
java.lang.Object
org.apache.lens.server.api.events.AsyncEventListener<QueryEnded>
org.apache.lens.server.query.QueryExecutionStatisticsGenerator
- All Implemented Interfaces:
- LensEventListener<QueryEnded>
public class QueryExecutionStatisticsGenerator
- extends AsyncEventListener<QueryEnded>
Top level class which handles all Query Events.
|
Method Summary |
void |
process(QueryEnded ended)
Should implement the actual event handling. |
QueryExecutionStatisticsGenerator
public QueryExecutionStatisticsGenerator(QueryExecutionServiceImpl queryService,
LensEventService eventService)
- Instantiates a new query execution statistics generator.
- Parameters:
queryService - the query serviceeventService - the event service
process
public void process(QueryEnded ended)
- Description copied from class:
AsyncEventListener
- Should implement the actual event handling.
- Specified by:
process in class AsyncEventListener<QueryEnded>
- Parameters:
ended - the event
Copyright © 2014–2015 Apache Software Foundation. All rights reserved.