public class RotatedIdPartRecord extends PageDeltaRecord
WALRecord.RecordPurpose, WALRecord.RecordType| Constructor and Description |
|---|
RotatedIdPartRecord(int grpId,
long pageId,
int rotatedIdPart) |
| Modifier and Type | Method and Description |
|---|---|
void |
applyDelta(PageMemory pageMem,
long pageAddr)
Apply changes from this delta to the given page.
|
byte |
rotatedIdPart() |
String |
toString() |
WALRecord.RecordType |
type() |
fullPageId, groupId, pageIdpublic RotatedIdPartRecord(int grpId,
long pageId,
int rotatedIdPart)
grpId - Group id.pageId - Page id.rotatedIdPart - Rotated id part.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 byte rotatedIdPart()
public String toString()
toString in class PageDeltaRecord
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.9.1 Release Date : December 9 2020