Uses of Interface
org.h2.mvstore.MVMap.MapBuilder
Packages that use MVMap.MapBuilder
Package
Description
A persistent storage for tree maps.
An R-tree implementation
Helper classes to use the MVStore in a transactional manner.
-
Uses of MVMap.MapBuilder in org.h2.mvstore
Classes in org.h2.mvstore that implement MVMap.MapBuilderModifier and TypeClassDescriptionstatic 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.Methods in org.h2.mvstore with parameters of type MVMap.MapBuilderModifier and TypeMethodDescription<M extends MVMap<K,
V>, K, V>
MMVStore.openMap
(int id, MVMap.MapBuilder<M, K, V> builder) Open an existing map with the given builder.<M extends MVMap<K,
V>, K, V>
MMVStore.openMap
(String name, MVMap.MapBuilder<M, K, V> builder) Open a map with the given builder. -
Uses of MVMap.MapBuilder in org.h2.mvstore.rtree
Classes in org.h2.mvstore.rtree that implement MVMap.MapBuilder -
Uses of MVMap.MapBuilder in org.h2.mvstore.tx
Classes in org.h2.mvstore.tx that implement MVMap.MapBuilder