|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.lens.server.api.events.AsyncEventListener<QueryExecuted> org.apache.lens.server.query.ResultFormatter
public class ResultFormatter
The Class ResultFormatter.
Field Summary | |
---|---|
static org.apache.commons.logging.Log |
LOG
The Constant LOG. |
Fields inherited from interface org.apache.lens.server.api.events.LensEventListener |
---|
HANDLER_METHOD_NAME |
Constructor Summary | |
---|---|
ResultFormatter(QueryExecutionServiceImpl queryService)
Instantiates a new result formatter. |
Method Summary | |
---|---|
void |
process(QueryExecuted event)
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 |
Field Detail |
---|
public static final org.apache.commons.logging.Log LOG
Constructor Detail |
---|
public ResultFormatter(QueryExecutionServiceImpl queryService)
queryService
- the query serviceMethod Detail |
---|
public void process(QueryExecuted event)
AsyncEventListener
process
in class AsyncEventListener<QueryExecuted>
event
- the event
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |