public interface PageStoreWriter
PageStore.| Modifier and Type | Method and Description |
|---|---|
void |
writePage(FullPageId fullPageId,
ByteBuffer buf,
int tag)
Callback for write page.
|
void writePage(FullPageId fullPageId, ByteBuffer buf, int tag) throws IgniteCheckedException
PageMemoryEx will copy page content to buffer before call.fullPageId - Page ID to get byte buffer for. The page ID must be present in the collection returned by
the PageMemoryEx.beginCheckpoint(IgniteInternalFuture) method call.buf - Temporary buffer to write changes into.tag - Partition generation if data was read, null otherwise (data already saved to storage).IgniteCheckedException - If write page failed.
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.8.1 Release Date : May 21 2020