public class MetaPageInitRecord extends InitNewPageRecord
WALRecord.RecordTypeioVer, newPageId| Constructor and Description |
|---|
MetaPageInitRecord(int grpId,
long pageId,
int ioType,
int ioVer,
long treeRoot,
long reuseListRoot) |
| Modifier and Type | Method and Description |
|---|---|
void |
applyDelta(PageMemory pageMem,
long pageAddr)
Apply changes from this delta to the given page.
|
int |
ioType() |
long |
reuseListRoot() |
String |
toString() |
long |
treeRoot() |
WALRecord.RecordType |
type() |
ioVersion, newPageIdgroupId, pageIdpublic MetaPageInitRecord(int grpId,
long pageId,
int ioType,
int ioVer,
long treeRoot,
long reuseListRoot)
grpId - Cache group ID.pageId - Page ID.ioType - IO type.treeRoot - Tree root.reuseListRoot - Reuse list root.public long treeRoot()
public long reuseListRoot()
public int ioType()
ioType in class InitNewPageRecordpublic void applyDelta(PageMemory pageMem, long pageAddr) throws IgniteCheckedException
applyDelta in class InitNewPageRecordpageMem - Page memory.pageAddr - Page address.IgniteCheckedException - If failed.public WALRecord.RecordType type()
type in class InitNewPageRecordpublic String toString()
toString in class InitNewPageRecord
Follow @ApacheIgnite
Ignite Fabric : ver. 2.6.0 Release Date : July 10 2018