Uses of Class
org.h2.store.fs.rec.FilePathRec
-
Packages that use FilePathRec Package Description org.h2.store.fs.rec 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 FilePathRec Modifier and Type Field Description private static FilePathRec
FilePathRec. INSTANCE
private FilePathRec
FileRec. rec
Constructors in org.h2.store.fs.rec with parameters of type FilePathRec Constructor Description FileRec(FilePathRec rec, java.nio.channels.FileChannel file, java.lang.String fileName)
-