org.apache.lens.server.stats.store.log
Class LogStatisticsStore
java.lang.Object
org.apache.lens.server.api.events.AsyncEventListener<T>
org.apache.lens.server.stats.store.StatisticsStore<LoggableLensStatistics>
org.apache.lens.server.stats.store.log.LogStatisticsStore
- All Implemented Interfaces:
- LensEventListener<LoggableLensStatistics>
public class LogStatisticsStore
- extends StatisticsStore<LoggableLensStatistics>
The Class LogStatisticsStore.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LOG_STORE_ERRORS
public static final String LOG_STORE_ERRORS
- The Constant LOG_STORE_ERRORS.
- See Also:
- Constant Field Values
LogStatisticsStore
public LogStatisticsStore()
- Instantiates a new log statistics store.
initialize
public void initialize(org.apache.hadoop.conf.Configuration conf)
- Description copied from class:
StatisticsStore
- Initialize the store.
- Specified by:
initialize in class StatisticsStore<LoggableLensStatistics>
- Parameters:
conf - configuration for the store
process
public void process(LoggableLensStatistics event)
- Specified by:
process in class AsyncEventListener<LoggableLensStatistics>
start
public void start(LensEventService service)
- Description copied from class:
StatisticsStore
- Start the Store.
- Overrides:
start in class StatisticsStore<LoggableLensStatistics>
- Parameters:
service - the service
stop
public void stop(LensEventService service)
- Description copied from class:
StatisticsStore
- Stop the store.
- Overrides:
stop in class StatisticsStore<LoggableLensStatistics>
- Parameters:
service - the service
Copyright © 2014–2015 Apache Software Foundation. All rights reserved.