- Enclosing class:
- BPlusTree<L,T extends L>
public final class BPlusTree.Invoke
extends BPlusTree<L,T>.Get
Invoke operation.
-
Method Summary
Methods inherited from class org.apache.ignite.internal.persistence.tree.BPlusTree.Get
row
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Method Details
-
canRelease
public boolean canRelease(long pageId,
int lvl)
- Overrides:
canRelease in class BPlusTree<L,T extends L>.Get
- Parameters:
pageId - Page.
lvl - Level.
- Returns:
true If we can release the given page.