Uses of Class
org.h2.mvstore.type.MetaType
-
Packages that use MetaType Package Description org.h2.mvstore.db Helper classes to use the MVStore in the H2 database.org.h2.mvstore.tx Helper classes to use the MVStore in a transactional manner.org.h2.mvstore.type Data types and serialization / deserialization -
-
Uses of MetaType in org.h2.mvstore.db
Methods in org.h2.mvstore.db with parameters of type MetaType Modifier and Type Method Description RowDataTypeRowDataType.Factory. create(java.nio.ByteBuffer buff, MetaType<Database> metaDataType, Database database)DataType<?>ValueDataType.Factory. create(java.nio.ByteBuffer buff, MetaType<Database> metaType, Database database)voidRowDataType. save(WriteBuffer buff, MetaType<Database> metaType)voidValueDataType. save(WriteBuffer buff, MetaType<Database> metaType) -
Uses of MetaType in org.h2.mvstore.tx
Methods in org.h2.mvstore.tx with parameters of type MetaType Modifier and Type Method Description DataType<?>VersionedValueType.Factory. create(java.nio.ByteBuffer buff, MetaType<D> metaType, D database)private static MVMap<java.lang.String,DataType<?>>TransactionStore. openTypeRegistry(MVStore store, MetaType<?> metaDataType)voidVersionedValueType. save(WriteBuffer buff, MetaType<D> metaType)Constructors in org.h2.mvstore.tx with parameters of type MetaType Constructor Description TransactionStore(MVStore store, MetaType<?> metaDataType, DataType<?> dataType, int timeoutMillis)Create a new transaction store. -
Uses of MetaType in org.h2.mvstore.type
Methods in org.h2.mvstore.type with parameters of type MetaType Modifier and Type Method Description DataType<?>StatefulDataType.Factory. create(java.nio.ByteBuffer buff, MetaType<D> metaDataType, D database)Reads the data type.voidStatefulDataType. save(WriteBuffer buff, MetaType<D> metaType)Save the state.
-