| 程序包 | 说明 |
|---|---|
| org.h2.mvstore.cache |
Classes related to caching.
|
| org.h2.store.fs |
A file system abstraction.
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
FilePathCache
A file with a read cache.
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
FilePathEncrypt
An encrypted file.
|
class |
FilePathNio
This file system stores files on disk and uses java.nio to access the files.
|
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.
|
| 限定符和类型 | 方法和说明 |
|---|---|
FilePathWrapper |
FilePathWrapper.getPath(String path) |
FilePathWrapper |
FilePathWrapper.wrap(FilePath base)
Create a wrapped path instance for the given base path.
|
Copyright © 2017. All rights reserved.