Uses of Class
org.h2.mvstore.FileStore
-
Packages that use FileStore Package Description org.h2.mvstore A persistent storage for tree maps. -
-
Uses of FileStore in org.h2.mvstore
Subclasses of FileStore in org.h2.mvstore Modifier and Type Class Description class
OffHeapStore
A storage mechanism that "persists" data in the off-heap area of the main memory.Fields in org.h2.mvstore declared as FileStore Modifier and Type Field Description private FileStore
MVStore. fileStore
Methods in org.h2.mvstore that return FileStore Modifier and Type Method Description FileStore
MVStore. getFileStore()
Get the file store.Methods in org.h2.mvstore with parameters of type FileStore Modifier and Type Method Description MVStore.Builder
MVStore.Builder. fileStore(FileStore store)
Use the provided file store instead of the default one.(package private) java.nio.ByteBuffer
Chunk. readBufferForPage(FileStore fileStore, int offset, long pos)
Read a page of data into a ByteBuffer.(package private) long[]
Chunk. readToC(FileStore fileStore)
-