| 程序包 | 说明 |
|---|---|
| org.h2.mvstore |
A persistent storage for tree maps.
|
| 限定符和类型 | 字段和说明 |
|---|---|
CursorPos<K,V> |
CursorPos.parent
Next node in the linked list, representing the position within parent level,
or null, if we are at the root level already.
|
CursorPos<K,V> |
CursorPos.parent
Next node in the linked list, representing the position within parent level,
or null, if we are at the root level already.
|
| 限定符和类型 | 方法和说明 |
|---|---|
abstract CursorPos<K,V> |
Page.getAppendCursorPos(CursorPos<K,V> cursorPos)
Extend path from a given CursorPos chain to "append point" in a B-tree, rooted at this Page.
|
abstract CursorPos<K,V> |
Page.getAppendCursorPos(CursorPos<K,V> cursorPos)
Extend path from a given CursorPos chain to "append point" in a B-tree, rooted at this Page.
|
abstract CursorPos<K,V> |
Page.getPrependCursorPos(CursorPos<K,V> cursorPos)
Extend path from a given CursorPos chain to "prepend point" in a B-tree, rooted at this Page.
|
abstract CursorPos<K,V> |
Page.getPrependCursorPos(CursorPos<K,V> cursorPos)
Extend path from a given CursorPos chain to "prepend point" in a B-tree, rooted at this Page.
|
| 限定符和类型 | 方法和说明 |
|---|---|
MVMap.Decision |
MVMap.DecisionMaker.decide(V existingValue,
V providedValue,
CursorPos<?,?> tip)
Makes a decision about how to proceed with the update.
|
MVMap.Decision |
MVMap.DecisionMaker.decide(V existingValue,
V providedValue,
CursorPos<?,?> tip)
Makes a decision about how to proceed with the update.
|
abstract CursorPos<K,V> |
Page.getAppendCursorPos(CursorPos<K,V> cursorPos)
Extend path from a given CursorPos chain to "append point" in a B-tree, rooted at this Page.
|
abstract CursorPos<K,V> |
Page.getAppendCursorPos(CursorPos<K,V> cursorPos)
Extend path from a given CursorPos chain to "append point" in a B-tree, rooted at this Page.
|
abstract CursorPos<K,V> |
Page.getPrependCursorPos(CursorPos<K,V> cursorPos)
Extend path from a given CursorPos chain to "prepend point" in a B-tree, rooted at this Page.
|
abstract CursorPos<K,V> |
Page.getPrependCursorPos(CursorPos<K,V> cursorPos)
Extend path from a given CursorPos chain to "prepend point" in a B-tree, rooted at this Page.
|
| 构造器和说明 |
|---|
CursorPos(Page<K,V> page,
int index,
CursorPos<K,V> parent) |
CursorPos(Page<K,V> page,
int index,
CursorPos<K,V> parent) |
Copyright © 2022. All rights reserved.