This project has retired. For details please refer to its Attic page.
QueryExecutionServiceImpl.QueryStatusLogger (Lens 2.0.1-beta-incubating API)

org.apache.lens.server.query
Class QueryExecutionServiceImpl.QueryStatusLogger

java.lang.Object
  extended by org.apache.lens.server.query.QueryExecutionServiceImpl.QueryStatusLogger
All Implemented Interfaces:
LensEventListener<StatusChange>
Enclosing class:
QueryExecutionServiceImpl

public static class QueryExecutionServiceImpl.QueryStatusLogger
extends Object
implements LensEventListener<StatusChange>

The Class QueryStatusLogger.


Field Summary
static org.apache.commons.logging.Log STATUS_LOG
          The Constant STATUS_LOG.
 
Fields inherited from interface org.apache.lens.server.api.events.LensEventListener
HANDLER_METHOD_NAME
 
Constructor Summary
QueryExecutionServiceImpl.QueryStatusLogger()
           
 
Method Summary
 void onEvent(StatusChange event)
          On event.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

STATUS_LOG

public static final org.apache.commons.logging.Log STATUS_LOG
The Constant STATUS_LOG.

Constructor Detail

QueryExecutionServiceImpl.QueryStatusLogger

public QueryExecutionServiceImpl.QueryStatusLogger()
Method Detail

onEvent

public void onEvent(StatusChange event)
             throws LensException
Description copied from interface: LensEventListener
On event.

Specified by:
onEvent in interface LensEventListener<StatusChange>
Parameters:
event - the event
Throws:
LensException - the lens exception


Copyright © 2014–2015 Apache Software Foundation. All rights reserved.