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.
|
Class and 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.
|
Class and Description |
---|
Recorder
A recorder for the recording file system.
|
Class and Description |
---|
FileBase
The base class for file implementations.
|
FilePath
A path to a file.
|
FilePathDisk
This file system stores files on disk.
|
FilePathMem
This file system keeps files fully in memory.
|
FilePathNio
This file system stores files on disk and uses java.nio to access the files.
|
FilePathNioMem
This file system keeps files fully in memory.
|
FilePathWrapper
The base class for wrapping / delegating file systems such as
the split file system.
|
FilePathZip
This is a read-only file system that allows
to access databases stored in a .zip or .jar file.
|
Recorder
A recorder for the recording file system.
|
Copyright © 2020 JBoss by Red Hat. All rights reserved.