|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
@InterfaceAudience.Private public interface FlushRequester
Request a flush.
Method Summary | |
---|---|
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. |
Method Detail |
---|
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 happen
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |