public class BPlusTree.Insert extends PageHandler<G,BPlusTree.Result>
| Constructor and Description |
|---|
Insert() |
| Modifier and Type | Method and Description |
|---|---|
BPlusTree.Result |
run0(long pageId,
long page,
long pageAddr,
BPlusIO<L> io,
BPlusTree.Put p,
int lvl) |
copyMemory, copyMemory, initPage, isWalDeltaRecordNeeded, readLock, readPage, readPage, readUnlock, writeLock, writePage, writePage, writeUnlock, zeroMemory, zeroMemorypublic BPlusTree.Result run0(long pageId, long page, long pageAddr, BPlusIO<L> io, BPlusTree.Put p, int lvl) throws IgniteCheckedException
pageId - Page ID.page - Page pointer.pageAddr - Page address.io - IO.p - Operation.lvl - Level.IgniteCheckedException - If failed.
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.10.0 Release Date : March 10 2021