Interface FlushRequestListener
- All Known Implementing Classes:
HeapMemoryManager.HeapMemoryTunerChore
Listener which will get notified regarding flush requests of regions.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
flushRequested
(FlushType type, Region region) Callback which will get called when a flush request is made for a region.
-
Method Details
-
flushRequested
Callback which will get called when a flush request is made for a region.- Parameters:
type
- The type of flush. (ie. Whether a normal flush or flush because of global heap preassure)region
- The region for which flush is requested
-