Uses of Class
org.h2.mvstore.db.LobStorageMap.BlobMeta
-
Packages that use LobStorageMap.BlobMeta Package Description org.h2.mvstore.db Helper classes to use the MVStore in the H2 database. -
-
Uses of LobStorageMap.BlobMeta in org.h2.mvstore.db
Fields in org.h2.mvstore.db with type parameters of type LobStorageMap.BlobMeta Modifier and Type Field Description private MVMap<java.lang.Long,LobStorageMap.BlobMeta>LobStorageMap. lobMapThe lob metadata map.Methods in org.h2.mvstore.db that return LobStorageMap.BlobMeta Modifier and Type Method Description LobStorageMap.BlobMeta[]LobStorageMap.BlobMeta.Type. createStorage(int size)LobStorageMap.BlobMetaLobStorageMap.BlobMeta.Type. read(java.nio.ByteBuffer buff)Methods in org.h2.mvstore.db that return types with arguments of type LobStorageMap.BlobMeta Modifier and Type Method Description static MVMap<java.lang.Long,LobStorageMap.BlobMeta>LobStorageMap. openLobMap(TransactionStore txStore)Open map used to store LOB metadataMethods in org.h2.mvstore.db with parameters of type LobStorageMap.BlobMeta Modifier and Type Method Description intLobStorageMap.BlobMeta.Type. getMemory(LobStorageMap.BlobMeta blobMeta)voidLobStorageMap.BlobMeta.Type. write(WriteBuffer buff, LobStorageMap.BlobMeta blobMeta)
-