public class MetaPageUpdateLastAllocatedIndex extends PageDeltaRecord
WALRecord.RecordType| Constructor and Description |
|---|
MetaPageUpdateLastAllocatedIndex(int grpId,
long pageId,
int lastAllocatedIdx) |
| Modifier and Type | Method and Description |
|---|---|
void |
applyDelta(PageMemory pageMem,
long pageAddr)
Apply changes from this delta to the given page.
|
int |
lastAllocatedIndex() |
WALRecord.RecordType |
type() |
groupId, pageId, toStringpublic MetaPageUpdateLastAllocatedIndex(int grpId,
long pageId,
int lastAllocatedIdx)
pageId - Meta 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 lastAllocatedIndex()
Follow @ApacheIgnite
Ignite Fabric : ver. 2.1.0 Release Date : July 20 2017