@FunctionalInterface public interface PageWriteListener
FilePageStore may be covered by such listener.
If it is necessary, a page data can be handled by another process prior to actually
written to the PageStore.| Modifier and Type | Method and Description |
|---|---|
void |
accept(long pageId,
ByteBuffer buf) |
void accept(long pageId,
ByteBuffer buf)
pageId - Handled page id.buf - Buffer with data.
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.11.1 Release Date : December 20 2021