org.apache.hadoop.hbase.regionserver
Interface FlushRequester


public interface FlushRequester

Request a flush.


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

Method Detail

requestFlush

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

Parameters:
region - the HRegion requesting the cache flush


Copyright © 2011 The Apache Software Foundation. All Rights Reserved.