com.sleepycat.je.logversion |
|
Java Source File Name | Type | Comment |
LogEntryVersionTest.java | Class | Tests that prior versions of log entries can be read. |
LogHeaderVersionTest.java | Class | Tests log file header versioning. |
MakeLogEntryVersionData.java | Class | This standalone command line program generates log files named je-x.y.z.jdb
and je-x.y.z.txt, where x.y.z is the version of JE used to run the program.
This program needs to be run for the current version of JE when we release
a new major version of JE. |
MakeLogHeaderVersionData.java | Class | This standalone command line program creates a single 00000000.jdb log file.
It was used to generate maxversion.jdb and minversion.jdb, and although it
may never need to be used again, below are instructions.
Before running this program change FileHeader.LOG_VERSION to
Integer.MAX_VALUE or zero temporarily, just for creating a file with the
maximum or minimum version number. |
Utils.java | Class | |