public class PagesListInitNewPageRecord extends InitNewPageRecord
WALRecord.RecordTypeioType, ioVer, newPageId| Constructor and Description |
|---|
PagesListInitNewPageRecord(int grpId,
long pageId,
int ioType,
int ioVer,
long newPageId,
long prevPageId,
long addDataPageId) |
| Modifier and Type | Method and Description |
|---|---|
void |
applyDelta(PageMemory pageMem,
long pageAddr)
Apply changes from this delta to the given page.
|
long |
dataPageId() |
long |
previousPageId() |
String |
toString() |
WALRecord.RecordType |
type() |
ioType, ioVersion, newPageIdgroupId, pageIdpublic PagesListInitNewPageRecord(int grpId,
long pageId,
int ioType,
int ioVer,
long newPageId,
long prevPageId,
long addDataPageId)
grpId - Cache group ID.pageId - Page ID.prevPageId - Previous page ID.addDataPageId - Optional page ID to add.public long previousPageId()
public long dataPageId()
public void applyDelta(PageMemory pageMem, long pageAddr) throws IgniteCheckedException
applyDelta in class InitNewPageRecordpageMem - Page memory.pageAddr - Page address.IgniteCheckedException - If failed.public WALRecord.RecordType type()
type in class InitNewPageRecordpublic String toString()
toString in class InitNewPageRecord
Follow @ApacheIgnite
Ignite Fabric : ver. 2.5.0 Release Date : May 23 2018