| 程序包 | 说明 |
|---|---|
| org.h2.mvstore |
A persistent storage for tree maps.
|
| org.h2.mvstore.rtree |
An R-tree implementation
|
| 限定符和类型 | 类和说明 |
|---|---|
static class |
MVMap.BasicBuilder<M extends MVMap<K,V>,K,V>
A builder for this class.
|
static class |
MVMap.Builder<K,V>
A builder for this class.
|
| 限定符和类型 | 方法和说明 |
|---|---|
<M extends MVMap<K,V>,K,V> |
MVStore.openMap(int id,
MVMap.MapBuilder<M,K,V> builder)
Open an existing map with the given builder.
|
<M extends MVMap<K,V>,K,V> |
MVStore.openMap(int id,
MVMap.MapBuilder<M,K,V> builder)
Open an existing map with the given builder.
|
<M extends MVMap<K,V>,K,V> |
MVStore.openMap(String name,
MVMap.MapBuilder<M,K,V> builder)
Open a map with the given builder.
|
<M extends MVMap<K,V>,K,V> |
MVStore.openMap(String name,
MVMap.MapBuilder<M,K,V> builder)
Open a map with the given builder.
|
| 限定符和类型 | 类和说明 |
|---|---|
static class |
MVRTreeMap.Builder<V>
A builder for this class.
|
Copyright © 2022. All rights reserved.