public class StatisticsLogPartitionHandler extends AsyncEventListener<PartitionEvent>
Modifier and Type | Field and Description |
---|---|
static String |
LOG_PARTITION_HANDLER_COUNTER
The Constant LOG_PARTITION_HANDLER_COUNTER.
|
HANDLER_METHOD_NAME
Constructor and Description |
---|
StatisticsLogPartitionHandler() |
Modifier and Type | Method and Description |
---|---|
void |
initialize(org.apache.hadoop.hive.conf.HiveConf conf)
Initialize.
|
void |
process(PartitionEvent event)
Should implement the actual event handling.
|
getEventQueue, onEvent, stop
public static final String LOG_PARTITION_HANDLER_COUNTER
public void initialize(org.apache.hadoop.hive.conf.HiveConf conf)
conf
- the confpublic void process(PartitionEvent event)
AsyncEventListener
process
in class AsyncEventListener<PartitionEvent>
event
- the eventCopyright © 2014–2018 Apache Software Foundation. All rights reserved.