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.


Field Summary
 
Fields inherited from class org.apache.lens.server.api.events.LensEvent
eventTime
 
Constructor Summary
LensStatistics(long eventTime)
          Instantiates a new lens statistics.
 
Method Summary
 
Methods inherited from class org.apache.lens.server.api.events.LensEvent
getEventId, getEventTime
 
Methods inherited from class java.lang.Object
clone, equals, finalize, 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.