Class TransactionStore.TxMapBuilder<K,V>
java.lang.Object
org.h2.mvstore.MVMap.BasicBuilder<MVMap<K,V>, K, V>
org.h2.mvstore.MVMap.Builder<K,V>
org.h2.mvstore.tx.TransactionStore.TxMapBuilder<K,V>
- All Implemented Interfaces:
MVMap.MapBuilder<MVMap<K,V>, K, V>
- Enclosing class:
TransactionStore
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprivate static final class -
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionTxMapBuilder(MVMap<String, DataType<?>> typeRegistry, DataType<?> defaultDataType) -
Method Summary
Modifier and TypeMethodDescriptionCreate map from config.Create a new map of the given type.(package private) static StringgetDataTypeRegistrationKey(DataType<?> dataType) private voidregisterDataType(DataType<?> dataType) Methods inherited from class MVMap.Builder
keyType, singleWriter, valueTypeMethods inherited from class MVMap.BasicBuilder
getKeyType, getValueType, setKeyType, setValueType
-
Field Details
-
typeRegistry
-
defaultDataType
-
-
Constructor Details
-
TxMapBuilder
-
-
Method Details
-
registerDataType
-
getDataTypeRegistrationKey
-
create
Description copied from interface:MVMap.MapBuilderCreate a new map of the given type. -
create
-