Uses of Package
org.h2.store.fs
Packages that use org.h2.store.fs
Package
Description
Classes related to caching.
Storage abstractions, such as a file with a cache, or a class to convert values to a byte array and vice versa.
A file system abstraction.
This file system stores files on disk and uses java.nio.channels.AsynchronousFileChannel to access the files.
This file system stores files on disk.
An encrypted file system abstraction.
This file system keeps files fully in memory.
This file system stores files on disk and uses java.nio to access the files.
This file system keeps files fully in off-java-heap memory.
A file system that records all write operations and can re-play them.
A file system that re-opens and re-tries the operation if the file was closed, because a thread was interrupted.
A file system that may split files into multiple smaller files
(required for a FAT32 because it only support files up to 2 GB).
A zip-file base file system abstraction.
-
Classes in org.h2.store.fs used by org.h2.mvstore.cacheClassDescriptionThe base class for file implementations.A path to a file.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
-
Classes in org.h2.store.fs used by org.h2.store.fsClassDescriptionFake file channel to use by in-memory and ZIP file systems.The base class for file implementations.A path to a file.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.asyncClassDescriptionA path to a file.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
-
Classes in org.h2.store.fs used by org.h2.store.fs.encryptClassDescriptionThe base class for file implementations.Default implementation of the slow operations that need synchronization because they involve the file position.A path to a file.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
-
Classes in org.h2.store.fs used by org.h2.store.fs.niomappedClassDescriptionA path to a file.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
-
Classes in org.h2.store.fs used by org.h2.store.fs.recClassDescriptionA path to a file.The base class for wrapping / delegating file systems such as the split file system.A recorder for the recording file system.
-
Classes in org.h2.store.fs used by org.h2.store.fs.retryClassDescriptionA path to a file.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.splitClassDescriptionA path to a file.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