@InterfaceAudience.Private public interface FlushRequestListener
| Modifier and Type | Method and Description |
|---|---|
void |
flushRequested(FlushType type,
Region region)
Callback which will get called when a flush request is made for a region.
|
void flushRequested(FlushType type, Region region)
type - The type of flush. (ie. Whether a normal flush or flush because of global heap preassure)region - The region for which flush is requestedCopyright © 2007–2020 The Apache Software Foundation. All rights reserved.