Uses of Package
org.h2.store.fs
-
Packages that use org.h2.store.fs Package Description org.h2.mvstore.cache Classes related to caching.org.h2.store Storage abstractions, such as a file with a cache, or a class to convert values to a byte array and vice versa.org.h2.store.fs A file system abstraction.org.h2.store.fs.async This file system stores files on disk and uses java.nio.channels.AsynchronousFileChannel to access the files.org.h2.store.fs.disk This file system stores files on disk.org.h2.store.fs.encrypt An encrypted file system abstraction.org.h2.store.fs.mem This file system keeps files fully in memory.org.h2.store.fs.niomapped This file system stores files on disk and uses java.nio to access the files.org.h2.store.fs.niomem This file system keeps files fully in off-java-heap memory.org.h2.store.fs.rec A file system that records all write operations and can re-play them.org.h2.store.fs.retry A file system that re-opens and re-tries the operation if the file was closed, because a thread was interrupted.org.h2.store.fs.split A file system that may split files into multiple smaller files (required for a FAT32 because it only support files up to 2 GB).org.h2.store.fs.zip A zip-file base file system abstraction. -
Classes in org.h2.store.fs used by org.h2.mvstore.cache Class Description FileBase The base class for file implementations.FilePath A path to a file.FilePathWrapper The base class for wrapping / delegating file systems such as the split file system. -
Classes in org.h2.store.fs used by org.h2.store Class Description Recorder A recorder for the recording file system. -
Classes in org.h2.store.fs used by org.h2.store.fs Class Description FakeFileChannel Fake file channel to use by in-memory and ZIP file systems.FileBase The base class for file implementations.FilePath A path to a file.FilePathWrapper The base class for wrapping / delegating file systems such as the split file system. -
Classes in org.h2.store.fs used by org.h2.store.fs.async Class Description FileBase The base class for file implementations.FileBaseDefault Default implementation of the slow operations that need synchronization because they involve the file position.FilePath A path to a file.FilePathWrapper The base class for wrapping / delegating file systems such as the split file system. -
Classes in org.h2.store.fs used by org.h2.store.fs.disk Class Description FilePath A path to a file. -
Classes in org.h2.store.fs used by org.h2.store.fs.encrypt Class Description FileBase The base class for file implementations.FileBaseDefault Default implementation of the slow operations that need synchronization because they involve the file position.FilePath A path to a file.FilePathWrapper The base class for wrapping / delegating file systems such as the split file system. -
Classes in org.h2.store.fs used by org.h2.store.fs.mem Class Description FileBase The base class for file implementations.FileBaseDefault Default implementation of the slow operations that need synchronization because they involve the file position.FilePath A path to a file. -
Classes in org.h2.store.fs used by org.h2.store.fs.niomapped Class Description FileBase The base class for file implementations.FileBaseDefault Default implementation of the slow operations that need synchronization because they involve the file position.FilePath A path to a file.FilePathWrapper The base class for wrapping / delegating file systems such as the split file system. -
Classes in org.h2.store.fs used by org.h2.store.fs.niomem Class Description FileBase The base class for file implementations.FileBaseDefault Default implementation of the slow operations that need synchronization because they involve the file position.FilePath A path to a file. -
Classes in org.h2.store.fs used by org.h2.store.fs.rec Class Description FileBase The base class for file implementations.FilePath A path to a file.FilePathWrapper The base class for wrapping / delegating file systems such as the split file system.Recorder A recorder for the recording file system. -
Classes in org.h2.store.fs used by org.h2.store.fs.retry Class Description FileBase The base class for file implementations.FilePath A path to a file.FilePathWrapper The base class for wrapping / delegating file systems such as the split file system. -
Classes in org.h2.store.fs used by org.h2.store.fs.split Class Description FileBase The base class for file implementations.FileBaseDefault Default implementation of the slow operations that need synchronization because they involve the file position.FilePath A path to a file.FilePathWrapper The base class for wrapping / delegating file systems such as the split file system. -
Classes in org.h2.store.fs used by org.h2.store.fs.zip Class Description FileBase The base class for file implementations.FilePath A path to a file.