org.apache.lens.server.stats.event
Class LensStatistics
java.lang.Object
org.apache.lens.server.api.events.LensEvent
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. |
LensStatistics
public LensStatistics(long eventTime)
- Instantiates a new lens statistics.
- Parameters:
eventTime
- the event time
Copyright © 2014–2015 Apache Software Foundation. All rights reserved.