org.apache.lens.server.query
Class ResultFormatter
java.lang.Object
org.apache.lens.server.api.events.AsyncEventListener<QueryExecuted>
org.apache.lens.server.query.ResultFormatter
- All Implemented Interfaces:
- LensEventListener<QueryExecuted>
public class ResultFormatter
- extends AsyncEventListener<QueryExecuted>
The Class ResultFormatter.
Field Summary |
static org.apache.commons.logging.Log |
LOG
The Constant LOG. |
LOG
public static final org.apache.commons.logging.Log LOG
- The Constant LOG.
ResultFormatter
public ResultFormatter(QueryExecutionServiceImpl queryService)
- Instantiates a new result formatter.
- Parameters:
queryService
- the query service
process
public void process(QueryExecuted event)
- Description copied from class:
AsyncEventListener
- Should implement the actual event handling.
- Specified by:
process
in class AsyncEventListener<QueryExecuted>
- Parameters:
event
- the event
Copyright © 2014–2015 Apache Software Foundation. All rights reserved.