public class FixRemoveId extends PageDeltaRecord
WALRecord.RecordType| Constructor and Description |
|---|
FixRemoveId(int grpId,
long pageId,
long rmvId) |
| Modifier and Type | Method and Description |
|---|---|
void |
applyDelta(PageMemory pageMem,
long pageAddr)
Apply changes from this delta to the given page.
|
long |
removeId() |
String |
toString() |
WALRecord.RecordType |
type() |
groupId, pageIdpublic FixRemoveId(int grpId,
long pageId,
long rmvId)
grpId - Cache group ID.pageId - Page ID.rmvId - Remove 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 long removeId()
public String toString()
toString in class PageDeltaRecord
Follow @ApacheIgnite
Ignite Fabric : ver. 2.6.0 Release Date : July 10 2018