org.apache.hadoop.hbase
Interface CacheFlushListener


public interface CacheFlushListener

Implementors of this interface want to be notified when an HRegion determines that a cache flush is needed. A CacheFlushListener (or null) must be passed to the HRegion constructor.


Method Summary
 void flushRequested(HRegion region)
          Tell the listener the cache needs to be flushed.
 

Method Detail

flushRequested

void flushRequested(HRegion region)
Tell the listener the cache needs to be flushed.

Parameters:
region - the HRegion requesting the cache flush


Copyright © 2006 The Apache Software Foundation