| 程序包 | 说明 |
|---|---|
| org.h2.mvstore |
A persistent storage for tree maps.
|
| org.h2.mvstore.tx |
Helper classes to use the MVStore in a transactional manner.
|
| 限定符和类型 | 方法和说明 |
|---|---|
Cursor<K,V> |
MVMap.cursor(K from)
Get a cursor to iterate over a number of keys and values in the latest version of this map.
|
Cursor<K,V> |
MVMap.cursor(K from)
Get a cursor to iterate over a number of keys and values in the latest version of this map.
|
Cursor<K,V> |
MVMap.cursor(K from,
K to,
boolean reverse)
Get a cursor to iterate over a number of keys and values in the latest version of this map.
|
Cursor<K,V> |
MVMap.cursor(K from,
K to,
boolean reverse)
Get a cursor to iterate over a number of keys and values in the latest version of this map.
|
Cursor<K,V> |
MVMap.cursor(RootReference<K,V> rootReference,
K from,
K to,
boolean reverse)
Get a cursor to iterate over a number of keys and values.
|
Cursor<K,V> |
MVMap.cursor(RootReference<K,V> rootReference,
K from,
K to,
boolean reverse)
Get a cursor to iterate over a number of keys and values.
|
| 限定符和类型 | 字段和说明 |
|---|---|
protected Cursor<K,VersionedValue<V>> |
TransactionMap.TMIterator.cursor |
protected Cursor<K,VersionedValue<V>> |
TransactionMap.TMIterator.cursor |
Copyright © 2022. All rights reserved.