public abstract class PageDeltaRecord extends WALRecord implements WalRecordCacheGroupAware
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.
|
int |
groupId() |
long |
pageId() |
String |
toString() |
protected PageDeltaRecord(int grpId,
long pageId)
grpId - Cache group ID.pageId - Page ID.public long pageId()
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.7.5 Release Date : June 4 2019