Uses of Class
org.apache.ignite.internal.processors.cache.persistence.tree.BPlusTree.Result
-
Packages that use BPlusTree.Result Package Description org.apache.ignite.internal.processors.cache.persistence.tree -
-
Uses of BPlusTree.Result in org.apache.ignite.internal.processors.cache.persistence.tree
Fields in org.apache.ignite.internal.processors.cache.persistence.tree with type parameters of type BPlusTree.Result Modifier and Type Field Description static PageHandlerWrapper<BPlusTree.Result>BPlusTree. testHndWrapperWrapper for tree pages operations.Methods in org.apache.ignite.internal.processors.cache.persistence.tree that return BPlusTree.Result Modifier and Type Method Description protected 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.ResultBPlusTree.Insert. run0(long pageId, long page, long pageAddr, BPlusIO<L> io, BPlusTree.Put p, int lvl)BPlusTree.ResultBPlusTree.Replace. run0(long pageId, long page, long pageAddr, BPlusIO<L> io, BPlusTree.Put p, int lvl)BPlusTree.ResultBPlusTree.Search. run0(long pageId, long page, long pageAddr, BPlusIO<L> io, BPlusTree.Get g, int lvl)BPlusTree.ResultBPlusTree.Put. tryReplace(long pageId, long page, long fwdId, int lvl)static BPlusTree.ResultBPlusTree.Result. valueOf(String name)Returns the enum constant of this type with the specified name.static BPlusTree.Result[]BPlusTree.Result. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.ignite.internal.processors.cache.persistence.tree with parameters of type BPlusTree.Result Modifier and Type Method Description protected BPlusTree.ResultBPlusTree.Remove. finish(BPlusTree.Result res)Finish the operation.protected BPlusTree.ResultBPlusTree.RemoveRange. finish(BPlusTree.Result res)Finish the operation.Constructor parameters in org.apache.ignite.internal.processors.cache.persistence.tree with type arguments of type BPlusTree.Result Constructor Description BPlusTree(String name, int cacheGrpId, String grpName, PageMemory pageMem, @Nullable IgniteWriteAheadLogManager wal, AtomicLong globalRmvId, long metaPageId, ReuseList reuseList, byte pageFlag, @Nullable FailureProcessor failureProcessor, PageLockTrackerManager pageLockTrackerManager, PageIoResolver pageIoRslvr, @Nullable PageHandlerWrapper<BPlusTree.Result> hndWrapper)
-