public class DataPageInsertFragmentRecord extends PageDeltaRecord
WALRecord.RecordPurpose, WALRecord.RecordType| Constructor and Description |
|---|
DataPageInsertFragmentRecord(int grpId,
long pageId,
byte[] payload,
long lastLink) |
| Modifier and Type | Method and Description |
|---|---|
void |
applyDelta(PageMemory pageMem,
long pageAddr)
Apply changes from this delta to the given page.
|
long |
lastLink() |
byte[] |
payload() |
int |
payloadSize() |
String |
toString() |
WALRecord.RecordType |
type() |
fullPageId, groupId, pageIdpublic DataPageInsertFragmentRecord(int grpId,
long pageId,
byte[] payload,
long lastLink)
grpId - Cache group ID.pageId - Page ID.payload - Fragment payload.lastLink - Link to the last entry fragment.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()
public int payloadSize()
public byte[] payload()
public long lastLink()
public String toString()
toString in class PageDeltaRecord
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.11.0 Release Date : September 11 2021