public class InsertRecord<L> extends PageDeltaRecord
WALRecord.RecordType| Constructor and Description |
|---|
InsertRecord(int grpId,
long pageId,
BPlusIO<L> io,
int idx,
byte[] rowBytes,
long rightId) |
| Modifier and Type | Method and Description |
|---|---|
void |
applyDelta(PageMemory pageMem,
long pageAddr)
Apply changes from this delta to the given page.
|
int |
index() |
BPlusIO<L> |
io() |
long |
rightId() |
byte[] |
rowBytes() |
String |
toString() |
WALRecord.RecordType |
type() |
groupId, pageIdpublic 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 long rightId()
public byte[] rowBytes()
public String toString()
toString in class PageDeltaRecord
Follow @ApacheIgnite
Ignite Fabric : ver. 2.1.0 Release Date : July 20 2017