|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.lens.server.api.events.AsyncEventListener<T> org.apache.lens.server.stats.store.StatisticsStore<T>
T
- the generic typepublic abstract class StatisticsStore<T extends LensStatistics>
Top level class used to persist the Statistics event.
Field Summary |
---|
Fields inherited from interface org.apache.lens.server.api.events.LensEventListener |
---|
HANDLER_METHOD_NAME |
Constructor Summary | |
---|---|
StatisticsStore()
|
Method Summary | |
---|---|
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. |
Methods inherited from class org.apache.lens.server.api.events.AsyncEventListener |
---|
getEventQueue, onEvent, process, stop |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public StatisticsStore()
Method Detail |
---|
public 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 service
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |