Interface CheckpointPagesWriter.CheckpointPageWriter
-
- Enclosing class:
- CheckpointPagesWriter
public static interface CheckpointPagesWriter.CheckpointPageWriterInterface which allows to write one page to page store.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PageStorewrite(PageMemoryEx pageMemEx, FullPageId fullPageId, ByteBuffer buf, int tag)
-
-
-
Method Detail
-
write
PageStore write(PageMemoryEx pageMemEx, FullPageId fullPageId, ByteBuffer buf, int tag) throws IgniteCheckedException
- Parameters:
pageMemEx- Page memory from which page should be written.fullPageId- Full page id.buf- Byte buffer.tag- Page tag.- Returns:
PageStorewhich was used to write.- Throws:
IgniteCheckedException- if fail.
-
-