public interface PageEvictionTracker extends LifecycleAware
| Modifier and Type | Method and Description |
|---|---|
void |
evictDataPage()
Evicts one data page.
|
boolean |
evictionRequired()
Check if page eviction is required according to the configured policy.
|
void |
forgetPage(long pageId)
Call this method when last entry is removed from data page.
|
void |
touchPage(long pageId)
Call this method when data page is accessed.
|
start, stopvoid touchPage(long pageId)
throws IgniteCheckedException
pageId - Page id.IgniteCheckedException - In case of page memory error.boolean evictionRequired()
True if eviction required.void evictDataPage()
throws IgniteCheckedException
IgniteCheckedException - In case of page memory error.void forgetPage(long pageId)
throws IgniteCheckedException
pageId - Page id.IgniteCheckedException - In case of page memory error.
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.8.0 Release Date : February 27 2020