Uses of Class
org.h2.mvstore.db.LobStorageMap.BlobMeta
Packages that use LobStorageMap.BlobMeta
-
Uses of LobStorageMap.BlobMeta in org.h2.mvstore.db
Fields in org.h2.mvstore.db with type parameters of type LobStorageMap.BlobMetaModifier and TypeFieldDescriptionprivate final MVMap
<Long, LobStorageMap.BlobMeta> LobStorageMap.lobMap
The lob metadata map.Methods in org.h2.mvstore.db that return LobStorageMap.BlobMetaModifier and TypeMethodDescriptionLobStorageMap.BlobMeta.Type.createStorage
(int size) LobStorageMap.BlobMeta.Type.read
(ByteBuffer buff) Methods in org.h2.mvstore.db that return types with arguments of type LobStorageMap.BlobMetaModifier and TypeMethodDescriptionstatic MVMap
<Long, LobStorageMap.BlobMeta> LobStorageMap.openLobMap
(TransactionStore txStore) Open map used to store LOB metadataMethods in org.h2.mvstore.db with parameters of type LobStorageMap.BlobMetaModifier and TypeMethodDescriptionint
LobStorageMap.BlobMeta.Type.getMemory
(LobStorageMap.BlobMeta blobMeta) void
LobStorageMap.BlobMeta.Type.write
(WriteBuffer buff, LobStorageMap.BlobMeta blobMeta)