public abstract class PageDeltaRecord extends WALRecord
WALRecord.RecordType| Modifier | Constructor and Description |
|---|---|
protected |
PageDeltaRecord(int cacheId,
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 |
cacheId() |
long |
pageId() |
String |
toString() |
protected PageDeltaRecord(int cacheId,
long pageId)
cacheId - Cache ID.pageId - Page ID.public long pageId()
public int cacheId()
public abstract void applyDelta(PageMemory pageMem, long pageAddr) throws IgniteCheckedException
pageMem - Page memory.pageAddr - Page address.IgniteCheckedException - If failed.
Follow @ApacheIgnite
Ignite Fabric : ver. 2.0.0 Release Date : April 30 2017