public class DataPageMvccMarkUpdatedRecord extends PageDeltaRecord
WALRecord.RecordPurpose, WALRecord.RecordType| Constructor and Description |
|---|
DataPageMvccMarkUpdatedRecord(int grpId,
long pageId,
int itemId,
long newMvccCrd,
long newMvccCntr,
int newMvccOpCntr) |
| Modifier and Type | Method and Description |
|---|---|
void |
applyDelta(PageMemory pageMem,
long pageAddr)
Apply changes from this delta to the given page.
|
int |
itemId() |
long |
newMvccCntr() |
long |
newMvccCrd() |
int |
newMvccOpCntr() |
String |
toString() |
WALRecord.RecordType |
type() |
fullPageId, groupId, pageIdpublic DataPageMvccMarkUpdatedRecord(int grpId,
long pageId,
int itemId,
long newMvccCrd,
long newMvccCntr,
int newMvccOpCntr)
grpId - Cache group ID.pageId - Page ID.itemId - Item id.newMvccCrd - New MVCC coordinator version.newMvccCntr - New MVCC counter version.newMvccOpCntr - New MVCC operation counter.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 int itemId()
public long newMvccCrd()
public long newMvccCntr()
public int newMvccOpCntr()
public String toString()
toString in class PageDeltaRecord
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.8.1 Release Date : May 21 2020