Uses of Class
org.h2.mvstore.MVMap.BasicBuilder
-
Packages that use MVMap.BasicBuilder 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.BasicBuilder in org.h2.mvstore
Subclasses of MVMap.BasicBuilder in org.h2.mvstore Modifier and Type Class Description static class
MVMap.Builder<K,V>
A builder for this class.Methods in org.h2.mvstore that return MVMap.BasicBuilder Modifier and Type Method Description MVMap.BasicBuilder<M,K,V>
MVMap.BasicBuilder. keyType(DataType<? super K> keyType)
Set the key data type.MVMap.BasicBuilder<M,K,V>
MVMap.BasicBuilder. valueType(DataType<? super V> valueType)
Set the value data type. -
Uses of MVMap.BasicBuilder in org.h2.mvstore.rtree
Subclasses of MVMap.BasicBuilder in org.h2.mvstore.rtree Modifier and Type Class Description static class
MVRTreeMap.Builder<V>
A builder for this class. -
Uses of MVMap.BasicBuilder in org.h2.mvstore.tx
Subclasses of MVMap.BasicBuilder in org.h2.mvstore.tx Modifier and Type Class Description private static class
TransactionStore.TxMapBuilder<K,V>
-