public final class BPlusTree.Put extends BPlusTree.Get
| Modifier and Type | Method and Description |
|---|---|
boolean |
canRelease(long pageId,
int lvl) |
BPlusTree.Result |
tryReplace(long pageId,
long page,
long fwdId,
int lvl) |
rowpublic boolean canRelease(long pageId,
int lvl)
canRelease in class BPlusTree.GetpageId - Page.lvl - Level.true If we can release the given page.public BPlusTree.Result tryReplace(long pageId, long page, long fwdId, int lvl) throws IgniteCheckedException
pageId - Page ID.page - Page pointer.fwdId - Forward ID.lvl - Level.IgniteCheckedException - If failed.
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.9.1 Release Date : December 9 2020