public class MetaPageInitRecord extends InitNewPageRecord
WALRecord.RecordTypeioVer, newPageId| Constructor and Description |
|---|
MetaPageInitRecord(int cacheId,
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() |
long |
treeRoot() |
WALRecord.RecordType |
type() |
ioVersion, newPageId, toStringcacheId, pageIdpublic MetaPageInitRecord(int cacheId,
long pageId,
int ioType,
int ioVer,
long treeRoot,
long reuseListRoot)
cacheId - Cache 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 InitNewPageRecord
Follow @ApacheIgnite
Ignite Fabric : ver. 2.0.0 Release Date : April 30 2017