Uses of Interface
org.h2.mvstore.MVMap.MapBuilder
-
Packages that use MVMap.MapBuilder Package Description org.h2.mvstore A persistent storage for tree maps.org.h2.mvstore.rtree An R-tree implementationorg.h2.mvstore.tx 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.MapBuilder Modifier and Type Class Description 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.Methods in org.h2.mvstore with parameters of type MVMap.MapBuilder Modifier and Type Method Description <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(java.lang.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 Modifier and Type Class Description static class
MVRTreeMap.Builder<V>
A builder for this class. -
Uses of MVMap.MapBuilder in org.h2.mvstore.tx
Classes in org.h2.mvstore.tx that implement MVMap.MapBuilder Modifier and Type Class Description private static class
TransactionStore.TxMapBuilder<K,V>
-