public class MetaPageInitRootInlineFlagsCreatedVersionRecord extends MetaPageInitRootInlineRecord
WALRecord.RecordPurpose, WALRecord.RecordTyperootId| Constructor and Description |
|---|
MetaPageInitRootInlineFlagsCreatedVersionRecord(int grpId,
long pageId,
long rootId,
int inlineSize) |
MetaPageInitRootInlineFlagsCreatedVersionRecord(int grpId,
long pageId,
long rootId,
int inlineSize,
long flags,
IgniteProductVersion createdVer) |
| Modifier and Type | Method and Description |
|---|---|
void |
applyDelta(PageMemory pageMem,
long pageAddr)
Apply changes from this delta to the given page.
|
IgniteProductVersion |
createdVersion() |
long |
flags() |
String |
toString() |
WALRecord.RecordType |
type() |
inlineSizerootIdfullPageId, groupId, pageIdpublic MetaPageInitRootInlineFlagsCreatedVersionRecord(int grpId,
long pageId,
long rootId,
int inlineSize)
grpId - Cache group ID.pageId - Meta page ID.rootId - Root id.inlineSize - Inline size.public MetaPageInitRootInlineFlagsCreatedVersionRecord(int grpId,
long pageId,
long rootId,
int inlineSize,
long flags,
IgniteProductVersion createdVer)
grpId - Cache group ID.pageId - Meta page ID.rootId - Root id.inlineSize - Inline size.flags - Flags.createdVer - The version of ignite that creates this tree.public void applyDelta(PageMemory pageMem, long pageAddr) throws IgniteCheckedException
applyDelta in class MetaPageInitRootInlineRecordpageMem - Page memory.pageAddr - Page address.IgniteCheckedException - If failed.public WALRecord.RecordType type()
type in class MetaPageInitRootInlineRecordpublic String toString()
toString in class MetaPageInitRootInlineRecordpublic IgniteProductVersion createdVersion()
public long flags()
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.11.1 Release Date : December 20 2021