Class MetaPageInitRootInlineRecord
- 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.MetaPageInitRootRecord
-
- org.apache.ignite.internal.pagemem.wal.record.delta.MetaPageInitRootInlineRecord
-
- All Implemented Interfaces:
WalRecordCacheGroupAware
- Direct Known Subclasses:
MetaPageInitRootInlineFlagsCreatedVersionRecord
public class MetaPageInitRootInlineRecord extends MetaPageInitRootRecord
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.apache.ignite.internal.pagemem.wal.record.WALRecord
WALRecord.RecordPurpose, WALRecord.RecordType
-
-
Field Summary
-
Fields inherited from class org.apache.ignite.internal.pagemem.wal.record.delta.MetaPageInitRootRecord
rootId
-
-
Constructor Summary
Constructors Constructor Description MetaPageInitRootInlineRecord(int grpId, long pageId, long rootId, int inlineSize)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidapplyDelta(PageMemory pageMem, long pageAddr)Apply changes from this delta to the given page.intinlineSize()StringtoString()WALRecord.RecordTypetype()-
Methods inherited from class org.apache.ignite.internal.pagemem.wal.record.delta.MetaPageInitRootRecord
rootId
-
Methods inherited from class org.apache.ignite.internal.pagemem.wal.record.delta.PageDeltaRecord
fullPageId, groupId, pageId
-
-
-
-
Method Detail
-
inlineSize
public int inlineSize()
- Returns:
- Inline size.
-
applyDelta
public void applyDelta(PageMemory pageMem, long pageAddr) throws IgniteCheckedException
Apply changes from this delta to the given page. It is assumed that the given buffer represents page state right before this update.- Overrides:
applyDeltain classMetaPageInitRootRecord- Parameters:
pageMem- Page memory.pageAddr- Page address.- Throws:
IgniteCheckedException- If failed.
-
type
public WALRecord.RecordType type()
- Overrides:
typein classMetaPageInitRootRecord- Returns:
- Entry type.
-
toString
public String toString()
- Overrides:
toStringin classMetaPageInitRootRecord
-
-