public abstract class PageDeltaRecord extends WALRecord implements WalRecordCacheGroupAware
WALRecord.RecordPurpose, WALRecord.RecordType| Modifier | Constructor and Description |
|---|---|
protected |
PageDeltaRecord(int grpId,
long pageId) |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
applyDelta(PageMemory pageMem,
long pageAddr)
Apply changes from this delta to the given page.
|
FullPageId |
fullPageId() |
int |
groupId() |
long |
pageId() |
String |
toString() |
protected PageDeltaRecord(int grpId,
long pageId)
grpId - Cache group ID.pageId - Page ID.public long pageId()
public FullPageId fullPageId()
public int groupId()
groupId in interface WalRecordCacheGroupAwarepublic abstract void applyDelta(PageMemory pageMem, long pageAddr) throws IgniteCheckedException
pageMem - Page memory.pageAddr - Page address.IgniteCheckedException - If failed.
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.9.1 Release Date : December 9 2020