public final class BPlusTree.Invoke extends BPlusTree.Get
| Modifier and Type | Method and Description |
|---|---|
boolean |
canRelease(long pageId,
int lvl) |
BPlusTree.Result |
finishOrLockTail(long pageId,
long page,
long backId,
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 finishOrLockTail(long pageId, long page, long backId, long fwdId, int lvl) throws IgniteCheckedException
pageId - Page ID.page - Page pointer.backId - Back page ID.fwdId - Forward ID.lvl - Level.IgniteCheckedException - If failed.
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.8.1 Release Date : May 21 2020