Uses of Interface
org.h2.store.fs.Recorder
Packages that use Recorder
Package
Description
Storage abstractions, such as a file with a cache, or a class to convert values to a byte array and vice versa.
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 RecorderModifier and TypeClassDescriptionclass
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 RecorderMethods in org.h2.store.fs.rec with parameters of type RecorderModifier and TypeMethodDescriptionstatic void
FilePathRec.setRecorder
(Recorder recorder) Set the recorder class.