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