org.apache.lens.server.stats.store
Class StatisticsStore<T extends LensStatistics>
java.lang.Object
org.apache.lens.server.api.events.AsyncEventListener<T>
org.apache.lens.server.stats.store.StatisticsStore<T>
- Type Parameters:
T
- the generic type
- All Implemented Interfaces:
- LensEventListener<T>
- Direct Known Subclasses:
- LogStatisticsStore
public abstract class StatisticsStore<T extends LensStatistics>
- extends AsyncEventListener<T>
Top level class used to persist the Statistics event.
StatisticsStore
public StatisticsStore()
initialize
public abstract void initialize(org.apache.hadoop.conf.Configuration conf)
- Initialize the store.
- Parameters:
conf
- configuration for the store
start
public void start(LensEventService service)
- Start the Store.
- Parameters:
service
- the service
stop
public void stop(LensEventService service)
- Stop the store.
- Parameters:
service
- the service
Copyright © 2014–2015 Apache Software Foundation. All rights reserved.