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 classOffHeapStoreA 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 FileStoreMVStore. fileStoreMethods in org.h2.mvstore that return FileStore Modifier and Type Method Description FileStoreMVStore. getFileStore()Get the file store.Methods in org.h2.mvstore with parameters of type FileStore Modifier and Type Method Description MVStore.BuilderMVStore.Builder. fileStore(FileStore store)Use the provided file store instead of the default one.(package private) java.nio.ByteBufferChunk. readBufferForPage(FileStore fileStore, int offset, long pos)Read a page of data into a ByteBuffer.(package private) long[]Chunk. readToC(FileStore fileStore)
-