org.apache.hadoop.hbase.executor
Interface HBaseEventHandler.HBaseEventHandlerListener

Enclosing class:
HBaseEventHandler

public static interface HBaseEventHandler.HBaseEventHandlerListener

This interface provides hooks to listen to various events received by the queue. A class implementing this can listen to the updates by calling registerListener and stop receiving updates by calling unregisterListener


Method Summary
 void afterProcess(HBaseEventHandler event)
          Called after any event is processed
 void beforeProcess(HBaseEventHandler event)
          Called before any event is processed
 

Method Detail

beforeProcess

void beforeProcess(HBaseEventHandler event)
Called before any event is processed


afterProcess

void afterProcess(HBaseEventHandler event)
Called after any event is processed



Copyright © 2010 Apache Software Foundation. All Rights Reserved.