Uses of Enum Class
org.apache.ignite.internal.persistence.tree.BPlusTree.Result
Packages that use BPlusTree.Result
-
Uses of BPlusTree.Result in org.apache.ignite.internal.persistence.tree
Fields in org.apache.ignite.internal.persistence.tree with type parameters of type BPlusTree.ResultModifier and TypeFieldDescriptionstatic PageHandlerWrapper<BPlusTree.Result>BPlusTree.testHndWrapperWrapper for tree pages operations.Methods in org.apache.ignite.internal.persistence.tree that return BPlusTree.ResultModifier and TypeMethodDescriptionprotected BPlusTree.ResultBPlusTree.Remove.doRemoveFromLeaf()protected BPlusTree.ResultBPlusTree.Remove.finish(BPlusTree.Result res) Finish the operation.protected BPlusTree.ResultBPlusTree.RemoveRange.finish(BPlusTree.Result res) Finish the operation.protected BPlusTree.ResultBPlusTree.Put.finishOrLockTail(long pageId, long page, long backId, long fwdId, int lvl) Method that's invoked when operation goes up from the recursion andBPlusTree.Get.isFinished()returns false.protected BPlusTree.ResultBPlusTree.Remove.finishOrLockTail(long pageId, long page, long backId, long fwdId, int lvl) Method that's invoked when operation goes up from the recursion andBPlusTree.Get.isFinished()returns false.protected BPlusTree.ResultBPlusTree.Put.finishTail()Process tail and finish.protected BPlusTree.ResultBPlusTree.Remove.finishTail()Process tail and finish.protected BPlusTree.ResultBPlusTree.Remove.lockForward(int lvl) BPlusTree.Insert.run0(long pageId, long page, long pageAddr, BPlusIO<L> io, BPlusTree<L, T>.Put p, int lvl) BPlusTree.Replace.run0(long pageId, long page, long pageAddr, BPlusIO<L> io, BPlusTree<L, T>.Put p, int lvl) BPlusTree.Search.run0(long pageId, long page, long pageAddr, BPlusIO<L> io, BPlusTree<L, T>.Get g, int lvl) BPlusTree.Put.tryReplace(long pageId, long page, long fwdId, int lvl) static BPlusTree.ResultReturns the enum constant of this class with the specified name.static BPlusTree.Result[]BPlusTree.Result.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.ignite.internal.persistence.tree with parameters of type BPlusTree.ResultModifier and TypeMethodDescriptionprotected BPlusTree.ResultBPlusTree.Remove.finish(BPlusTree.Result res) Finish the operation.protected BPlusTree.ResultBPlusTree.RemoveRange.finish(BPlusTree.Result res) Finish the operation.