public class PagesListAddPageRecord extends PageDeltaRecord
WALRecord.RecordType| Constructor and Description |
|---|
PagesListAddPageRecord(int grpId,
long pageId,
long dataPageId) |
| Modifier and Type | Method and Description |
|---|---|
void |
applyDelta(PageMemory pageMem,
long pageAddr)
Apply changes from this delta to the given page.
|
long |
dataPageId() |
String |
toString() |
WALRecord.RecordType |
type() |
groupId, pageIdpublic PagesListAddPageRecord(int grpId,
long pageId,
long dataPageId)
grpId - Cache group ID.pageId - Page ID.dataPageId - Data page ID to add.public long dataPageId()
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 String toString()
toString in class PageDeltaRecord
Follow @ApacheIgnite
Ignite Fabric : ver. 2.4.0 Release Date : March 5 2018