| 程序包 | 说明 |
|---|---|
| org.h2.mvstore.cache |
Classes related to caching.
|
| 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.encrypt |
An encrypted file system abstraction.
|
| org.h2.store.fs.niomapped |
This file system stores files on disk and uses java.nio to access the files.
|
| 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).
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
FilePathCache
A file with a read cache.
|
| 限定符和类型 | 方法和说明 |
|---|---|
FilePathWrapper |
FilePathWrapper.getPath(String path) |
FilePathWrapper |
FilePathWrapper.getPath(String path) |
FilePathWrapper |
FilePathWrapper.wrap(FilePath base)
Create a wrapped path instance for the given base path.
|
FilePathWrapper |
FilePathWrapper.wrap(FilePath base)
Create a wrapped path instance for the given base path.
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
FilePathAsync
This file system stores files on disk and uses
java.nio.channels.AsynchronousFileChannel to access the files.
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
FilePathEncrypt
An encrypted file.
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
FilePathNioMapped
This file system stores files on disk and uses java.nio to access the files.
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
FilePathRec
A file system that records all write operations and can re-play them.
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
FilePathRetryOnInterrupt
A file system that re-opens and re-tries the operation if the file was
closed, because a thread was interrupted.
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
FilePathSplit
A file system that may split files into multiple smaller files.
|
Copyright © 2022. All rights reserved.