org.apache.hadoop.hbase.regionserver
Interface FlushRequester


@InterfaceAudience.Private
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 © 2013 The Apache Software Foundation. All Rights Reserved.