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

org.apache.lens.server.stats.event
Class LensStatistics

java.lang.Object
  extended by org.apache.lens.server.api.events.LensEvent
      extended by org.apache.lens.server.stats.event.LensStatistics
Direct Known Subclasses:
LoggableLensStatistics

public abstract class LensStatistics
extends LensEvent

Class used to capture statistics information for various components. Lens statistics extends lens event as we are piggy backing the event dispatch system to avoid worrying about how to handle dispatch and notification.


Constructor Summary
LensStatistics(long eventTime)
          Instantiates a new lens statistics.
 
Method Summary
 
Methods inherited from class org.apache.lens.server.api.events.LensEvent
getEventId
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LensStatistics

public LensStatistics(long eventTime)
Instantiates a new lens statistics.

Parameters:
eventTime - the event time


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