Uses of Class
org.h2.store.fs.rec.FilePathRec
Packages that use FilePathRec
Package
Description
A file system that records all write operations and can re-play them.
-
Uses of FilePathRec in org.h2.store.fs.rec
Fields in org.h2.store.fs.rec declared as FilePathRecModifier and TypeFieldDescriptionprivate static final FilePathRec
FilePathRec.INSTANCE
private final FilePathRec
FileRec.rec
Constructors in org.h2.store.fs.rec with parameters of type FilePathRecModifierConstructorDescription(package private)
FileRec
(FilePathRec rec, FileChannel file, String fileName)