@InterfaceAudience.Private public interface FlushRequester
Modifier and Type | Method and Description |
---|---|
void |
requestDelayedFlush(HRegion region,
long delay)
Tell the listener the cache needs to be flushed after a delay
|
void |
requestFlush(HRegion region)
Tell the listener the cache needs to be flushed.
|
void requestFlush(HRegion region)
region
- the HRegion requesting the cache flushvoid requestDelayedFlush(HRegion region, long delay)
region
- the HRegion requesting the cache flushdelay
- after how much time should the flush happenCopyright © 2014 The Apache Software Foundation. All rights reserved.