Uses of Class
org.h2.mvstore.Page.PageReference
Packages that use Page.PageReference
-
Uses of Page.PageReference in org.h2.mvstore
Fields in org.h2.mvstore declared as Page.PageReferenceModifier and TypeFieldDescriptionprivate Page.PageReference<K,
V>[] Page.NonLeaf.children
The child page references.(package private) static final Page.PageReference
Page.PageReference.EMPTY
Singleton object used when arrays of PageReference have not yet been filled.private static final Page.PageReference[]
Page.SINGLE_EMPTY
Methods in org.h2.mvstore that return Page.PageReferenceModifier and TypeMethodDescriptionprivate static <K,
V> Page.PageReference<K, V>[] Page.IncompleteNonLeaf.constructEmptyPageRefs
(int size) static <K,
V> Page.PageReference<K, V>[] Page.createRefStorage
(int size) Create an array of page references.static <X,
Y> Page.PageReference <X, Y> Page.PageReference.empty()
Get an empty page reference.Methods in org.h2.mvstore with parameters of type Page.PageReferenceModifier and TypeMethodDescriptionstatic <K,
V> Page <K, V> Page.createNode
(MVMap<K, V> map, K[] keys, Page.PageReference<K, V>[] children, long totalCount, int memory) Create a new non-leaf page.Constructors in org.h2.mvstore with parameters of type Page.PageReference