public interface PageEvictionTracker extends LifecycleAware
| Modifier and Type | Method and Description |
|---|---|
void |
evictDataPage()
Evicts one data page.
|
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.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 Fabric : ver. 2.4.0 Release Date : March 5 2018