public class PagesListSetNextRecord extends PageDeltaRecord
WALRecord.RecordType| Constructor and Description |
|---|
PagesListSetNextRecord(int grpId,
long pageId,
long nextPageId) |
| Modifier and Type | Method and Description |
|---|---|
void |
applyDelta(PageMemory pageMem,
long pageAddr)
Apply changes from this delta to the given page.
|
long |
nextPageId() |
String |
toString() |
WALRecord.RecordType |
type() |
groupId, pageIdpublic PagesListSetNextRecord(int grpId,
long pageId,
long nextPageId)
grpId - Cache group ID.pageId - Page ID.nextPageId - Next page ID.public long nextPageId()
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