Uses of Interface
org.h2.store.fs.Recorder
-
Packages that use Recorder Package Description org.h2.store Storage abstractions, such as a file with a cache, or a class to convert values to a byte array and vice versa.org.h2.store.fs.rec A file system that records all write operations and can re-play them. -
-
Uses of Recorder in org.h2.store
Classes in org.h2.store that implement Recorder Modifier and Type Class Description class
RecoverTester
A tool that simulates a crash while writing to the database, and then verifies the database doesn't get corrupt. -
Uses of Recorder in org.h2.store.fs.rec
Fields in org.h2.store.fs.rec declared as Recorder Modifier and Type Field Description private static Recorder
FilePathRec. recorder
Methods in org.h2.store.fs.rec with parameters of type Recorder Modifier and Type Method Description static void
FilePathRec. setRecorder(Recorder recorder)
Set the recorder class.
-