public class InitNewPageRecord extends PageDeltaRecord
PageIO.initNewPage(long, long, int).WALRecord.RecordType| Modifier and Type | Field and Description |
|---|---|
protected int |
ioType |
protected int |
ioVer |
protected long |
newPageId |
| Constructor and Description |
|---|
InitNewPageRecord(int cacheId,
long pageId,
int ioType,
int ioVer,
long newPageId) |
| Modifier and Type | Method and Description |
|---|---|
void |
applyDelta(PageMemory pageMem,
long pageAddr)
Apply changes from this delta to the given page.
|
int |
ioType() |
int |
ioVersion() |
long |
newPageId() |
String |
toString() |
WALRecord.RecordType |
type() |
cacheId, pageIdprotected int ioType
protected int ioVer
@GridToStringExclude protected long newPageId
public InitNewPageRecord(int cacheId,
long pageId,
int ioType,
int ioVer,
long newPageId)
cacheId - Cache ID.pageId - Page ID.ioType - IO type.ioVer - IO version.newPageId - New page ID.public void applyDelta(PageMemory pageMem, long pageAddr) throws IgniteCheckedException
applyDelta in class PageDeltaRecordpageMem - Page memory.pageAddr - Page address.IgniteCheckedException - If failed.public WALRecord.RecordType type()
public int ioVersion()
public int ioType()
public long newPageId()
public String toString()
toString in class PageDeltaRecord
Follow @ApacheIgnite
Ignite Fabric : ver. 2.0.0 Release Date : April 30 2017