Package | Description |
---|---|
org.h2.mvstore.cache |
Classes related to caching.
|
org.h2.store.fs |
A file system abstraction.
|
Modifier and Type | Class and Description |
---|---|
class |
FilePathCache
A file with a read cache.
|
Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
FilePathWrapper |
FilePathWrapper.getPath(String path) |
FilePathWrapper |
FilePathWrapper.wrap(FilePath base)
Create a wrapped path instance for the given base path.
|
Copyright © 2017 JBoss by Red Hat. All rights reserved.