public class DataPageInsertRecord extends PageDeltaRecord
WALRecord.RecordType| Constructor and Description |
|---|
DataPageInsertRecord(int grpId,
long pageId,
byte[] payload) |
| Modifier and Type | Method and Description |
|---|---|
void |
applyDelta(PageMemory pageMem,
long pageAddr)
Apply changes from this delta to the given page.
|
byte[] |
payload() |
WALRecord.RecordType |
type() |
groupId, pageId, toStringpublic DataPageInsertRecord(int grpId,
long pageId,
byte[] payload)
grpId - Cache group ID.pageId - Page ID.payload - Remainder of the record.public byte[] payload()
public void applyDelta(PageMemory pageMem, long pageAddr) throws IgniteCheckedException
applyDelta in class PageDeltaRecordpageMem - Page memory.pageAddr - Page address.IgniteCheckedException - If failed.public WALRecord.RecordType type()
Follow @ApacheIgnite
Ignite Fabric : ver. 2.2.0 Release Date : September 15 2017