Class MetaPageUpdateLastSuccessfulSnapshotId
- java.lang.Object
-
- org.apache.ignite.internal.pagemem.wal.record.WALRecord
-
- org.apache.ignite.internal.pagemem.wal.record.delta.PageDeltaRecord
-
- org.apache.ignite.internal.pagemem.wal.record.delta.MetaPageUpdateLastSuccessfulSnapshotId
-
- All Implemented Interfaces:
WalRecordCacheGroupAware
@Deprecated public class MetaPageUpdateLastSuccessfulSnapshotId extends PageDeltaRecord
Deprecated.Will be removed at 3.0. See IGNITE-11139.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.apache.ignite.internal.pagemem.wal.record.WALRecord
WALRecord.RecordPurpose, WALRecord.RecordType
-
-
Constructor Summary
Constructors Constructor Description MetaPageUpdateLastSuccessfulSnapshotId(int grpId, long pageId, long lastSuccessfulSnapshotId, long snapshotTag)Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description voidapplyDelta(PageMemory pageMem, long pageAddr)Deprecated.Apply changes from this delta to the given page.longlastSuccessfulSnapshotId()Deprecated.longlastSuccessfulSnapshotTag()Deprecated.StringtoString()Deprecated.WALRecord.RecordTypetype()Deprecated.-
Methods inherited from class org.apache.ignite.internal.pagemem.wal.record.delta.PageDeltaRecord
fullPageId, groupId, pageId
-
-
-
-
Method Detail
-
applyDelta
public void applyDelta(PageMemory pageMem, long pageAddr) throws IgniteCheckedException
Deprecated.Apply changes from this delta to the given page. It is assumed that the given buffer represents page state right before this update.- Specified by:
applyDeltain classPageDeltaRecord- Parameters:
pageMem- Page memory.pageAddr- Page address.- Throws:
IgniteCheckedException- If failed.
-
type
public WALRecord.RecordType type()
Deprecated.
-
lastSuccessfulSnapshotId
public long lastSuccessfulSnapshotId()
Deprecated.- Returns:
- lastSuccessfulSnapshotId
-
lastSuccessfulSnapshotTag
public long lastSuccessfulSnapshotTag()
Deprecated.- Returns:
- lastSuccessfulSnapshotTag
-
toString
public String toString()
Deprecated.- Overrides:
toStringin classPageDeltaRecord
-
-