public class StatisticsLogPartitionHandler extends AsyncEventListener<PartitionEvent>
| Modifier and Type | Field and Description | 
|---|---|
| static String | LOG_PARTITION_HANDLER_COUNTERThe 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, stoppublic static final String LOG_PARTITION_HANDLER_COUNTER
public void initialize(org.apache.hadoop.hive.conf.HiveConf conf)
conf - the confpublic void process(PartitionEvent event)
AsyncEventListenerprocess in class AsyncEventListener<PartitionEvent>event - the eventCopyright © 2014–2015 Apache Software Foundation. All rights reserved.