Uses of Class
org.h2.mvstore.FileStore
Packages that use FileStore
-
Uses of FileStore in org.h2.mvstore
Subclasses of FileStore in org.h2.mvstoreModifier and TypeClassDescriptionclass
A storage mechanism that "persists" data in the off-heap area of the main memory.Fields in org.h2.mvstore declared as FileStoreMethods in org.h2.mvstore that return FileStoreMethods in org.h2.mvstore with parameters of type FileStoreModifier and TypeMethodDescriptionUse the provided file store instead of the default one.(package private) ByteBuffer
Chunk.readBufferForPage
(FileStore fileStore, int offset, long pos) Read a page of data into a ByteBuffer.(package private) long[]