public class DataPageMvccUpdateNewTxStateHintRecord extends PageDeltaRecord
WALRecord.RecordPurpose, WALRecord.RecordType| Constructor and Description |
|---|
DataPageMvccUpdateNewTxStateHintRecord(int grpId,
long pageId,
int itemId,
byte txState) |
| Modifier and Type | Method and Description |
|---|---|
void |
applyDelta(PageMemory pageMem,
long pageAddr)
Apply changes from this delta to the given page.
|
int |
itemId() |
String |
toString() |
byte |
txState() |
WALRecord.RecordType |
type() |
fullPageId, groupId, pageIdpublic DataPageMvccUpdateNewTxStateHintRecord(int grpId,
long pageId,
int itemId,
byte txState)
grpId - Cache group ID.pageId - Page ID.itemId - Item id.txState - Tx state hint.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 byte txState()
public String toString()
toString in class PageDeltaRecord
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.11.1 Release Date : December 20 2021