Uses of Class
org.h2.mvstore.CursorPos
Packages that use CursorPos
-
Uses of CursorPos in org.h2.mvstore
Fields in org.h2.mvstore declared as CursorPosModifier and TypeFieldDescriptionCursorPos.parentNext node in the linked list, representing the position within parent level, or null, if we are at the root level already.Methods in org.h2.mvstore that return CursorPosModifier and TypeMethodDescriptionPage.getAppendCursorPos(CursorPos<K, V> cursorPos) Extend path from a given CursorPos chain to "append point" in a B-tree, rooted at this Page.Page.getPrependCursorPos(CursorPos<K, V> cursorPos) Extend path from a given CursorPos chain to "prepend point" in a B-tree, rooted at this Page.Methods in org.h2.mvstore with parameters of type CursorPosModifier and TypeMethodDescriptionMakes a decision about how to proceed with the update.Page.getAppendCursorPos(CursorPos<K, V> cursorPos) Extend path from a given CursorPos chain to "append point" in a B-tree, rooted at this Page.Page.getPrependCursorPos(CursorPos<K, V> cursorPos) Extend path from a given CursorPos chain to "prepend point" in a B-tree, rooted at this Page.Constructors in org.h2.mvstore with parameters of type CursorPos