T - the generic typepublic abstract class StatisticsStore<T extends LensStatistics> extends AsyncEventListener<T>
HANDLER_METHOD_NAME| Constructor and Description |
|---|
StatisticsStore() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
initialize(org.apache.hadoop.hive.conf.HiveConf conf)
Initialize the store.
|
void |
start(LensEventService service)
Start the Store.
|
void |
stop(LensEventService service)
Stop the store.
|
getEventQueue, onEvent, process, stoppublic abstract void initialize(org.apache.hadoop.hive.conf.HiveConf conf)
conf - configuration for the storepublic void start(LensEventService service)
service - the servicepublic void stop(LensEventService service)
service - the serviceCopyright © 2014–2018 Apache Software Foundation. All rights reserved.