public class SplitExistingPageRecord extends PageDeltaRecord
WALRecord.RecordType| Constructor and Description |
|---|
SplitExistingPageRecord(int grpId,
long pageId,
int mid,
long fwdId) |
| Modifier and Type | Method and Description |
|---|---|
void |
applyDelta(PageMemory pageMem,
long pageAddr)
Apply changes from this delta to the given page.
|
long |
forwardId() |
int |
middleIndex() |
String |
toString() |
WALRecord.RecordType |
type() |
groupId, pageIdpublic SplitExistingPageRecord(int grpId,
long pageId,
int mid,
long fwdId)
grpId - Cache group ID.pageId - Page ID.mid - Bisection index.fwdId - New forward 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 middleIndex()
public long forwardId()
public String toString()
toString in class PageDeltaRecord
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.7.5 Release Date : June 4 2019