Package | Description |
---|---|
org.h2.mvstore |
A persistent storage for tree maps.
|
org.h2.mvstore.rtree |
An R-tree implementation
|
Modifier and Type | Class and Description |
---|---|
static class |
MVMap.Builder<K,V>
A builder for this class.
|
static class |
MVMapConcurrent.Builder<K,V>
A builder for this class.
|
Modifier and Type | Method and Description |
---|---|
<M extends MVMap<K,V>,K,V> |
MVStore.openMap(String name,
MVMap.MapBuilder<M,K,V> builder)
Open a map with the given builder.
|
Modifier and Type | Class and Description |
---|---|
static class |
MVRTreeMap.Builder<V>
A builder for this class.
|
Copyright © 2017 JBoss by Red Hat. All rights reserved.