public class RemoveRecord extends PageDeltaRecord
WALRecord.RecordPurpose, WALRecord.RecordType| Constructor and Description |
|---|
RemoveRecord(int grpId,
long pageId,
int idx,
int cnt) |
| Modifier and Type | Method and Description |
|---|---|
void |
applyDelta(PageMemory pageMem,
long pageAddr)
Apply changes from this delta to the given page.
|
int |
count() |
int |
index() |
String |
toString() |
WALRecord.RecordType |
type() |
fullPageId, groupId, pageIdpublic RemoveRecord(int grpId,
long pageId,
int idx,
int cnt)
grpId - Cache group ID.pageId - Page ID.idx - Index.cnt - Count.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 index()
public int count()
public String toString()
toString in class PageDeltaRecord
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.8.1 Release Date : May 21 2020