Package org.h2.store
Class RecoverTester
- java.lang.Object
-
- org.h2.store.RecoverTester
-
-
Field Summary
-
Fields inherited from interface org.h2.store.fs.Recorder
CREATE_NEW_FILE, CREATE_TEMP_FILE, DELETE, OPEN_OUTPUT_STREAM, RENAME, TRUNCATE, WRITE
-
-
Constructor Summary
Constructors Constructor Description RecoverTester()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static voidinit(java.lang.String recoverTest)Initialize the recover test.voidlog(int op, java.lang.String fileName, byte[] data, long x)Record the method.voidsetTestEvery(int testEvery)
-
-
-
Method Detail
-
init
public static void init(java.lang.String recoverTest)
Initialize the recover test.- Parameters:
recoverTest- the value of the recover test parameter
-
log
public void log(int op, java.lang.String fileName, byte[] data, long x)Description copied from interface:RecorderRecord the method.
-
setTestEvery
public void setTestEvery(int testEvery)
-
-