|
||||||||||
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<LoggableLensStatistics> org.apache.lens.server.stats.store.log.LogStatisticsStore
public class LogStatisticsStore
The Class LogStatisticsStore.
Field Summary | |
---|---|
static String |
LOG_STORE_ERRORS
The Constant LOG_STORE_ERRORS. |
Fields inherited from interface org.apache.lens.server.api.events.LensEventListener |
---|
HANDLER_METHOD_NAME |
Constructor Summary | |
---|---|
LogStatisticsStore()
Instantiates a new log statistics store. |
Method Summary | |
---|---|
void |
initialize(org.apache.hadoop.conf.Configuration conf)
Initialize the store. |
void |
process(LoggableLensStatistics event)
Should implement the actual event handling. |
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, stop |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String LOG_STORE_ERRORS
Constructor Detail |
---|
public LogStatisticsStore()
Method Detail |
---|
public void initialize(org.apache.hadoop.conf.Configuration conf)
StatisticsStore
initialize
in class StatisticsStore<LoggableLensStatistics>
conf
- configuration for the storepublic void process(LoggableLensStatistics event)
AsyncEventListener
process
in class AsyncEventListener<LoggableLensStatistics>
event
- the eventpublic void start(LensEventService service)
StatisticsStore
start
in class StatisticsStore<LoggableLensStatistics>
service
- the servicepublic void stop(LensEventService service)
StatisticsStore
stop
in class StatisticsStore<LoggableLensStatistics>
service
- the service
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |