public class InnerReplaceRecord<L> extends PageDeltaRecord
WALRecord.RecordPurpose, WALRecord.RecordType| Constructor and Description |
|---|
InnerReplaceRecord(int grpId,
long pageId,
int dstIdx,
long srcPageId,
int srcIdx,
long rmvId) |
| Modifier and Type | Method and Description |
|---|---|
void |
applyDelta(PageMemory pageMem,
long pageAddr)
Apply changes from this delta to the given page.
|
int |
destinationIndex() |
long |
removeId() |
int |
sourceIndex() |
long |
sourcePageId() |
String |
toString() |
WALRecord.RecordType |
type() |
fullPageId, groupId, pageIdpublic InnerReplaceRecord(int grpId,
long pageId,
int dstIdx,
long srcPageId,
int srcIdx,
long rmvId)
grpId - Cache group ID.pageId - Page ID.dstIdx - Destination index.srcPageId - Source page ID.srcIdx - Source index.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 destinationIndex()
public long sourcePageId()
public int sourceIndex()
public long removeId()
public String toString()
toString in class PageDeltaRecord
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.10.0 Release Date : March 10 2021