| 程序包 | 说明 |
|---|---|
| org.h2.mvstore |
A persistent storage for tree maps.
|
| 限定符和类型 | 方法和说明 |
|---|---|
static <K,V> Page.PageReference<K,V>[] |
Page.createRefStorage(int size)
Create an array of page references.
|
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.
|
static <X,Y> Page.PageReference<X,Y> |
Page.PageReference.empty()
Get an empty page reference.
|
| 限定符和类型 | 方法和说明 |
|---|---|
static <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.
|
static <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.
|
Copyright © 2022. All rights reserved.