public class QueryExecutionStatisticsGenerator extends AsyncEventListener<QueryEnded>
HANDLER_METHOD_NAME| Constructor and Description | 
|---|
| QueryExecutionStatisticsGenerator(QueryExecutionServiceImpl queryService,
                                 LensEventService eventService)Instantiates a new query execution statistics generator. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | process(QueryEnded ended)Should implement the actual event handling. | 
getEventQueue, onEvent, stoppublic QueryExecutionStatisticsGenerator(QueryExecutionServiceImpl queryService, LensEventService eventService)
queryService - the query serviceeventService - the event servicepublic void process(QueryEnded ended)
AsyncEventListenerprocess in class AsyncEventListener<QueryEnded>ended - the eventCopyright © 2014–2015 Apache Software Foundation. All rights reserved.