Class ControlFile

java.lang.Object
org.apache.activeio.journal.active.ControlFile

public final class ControlFile extends Object
Control file holds the last known good state of the journal. It stores the state in record that is versioned and repeated twice in the file so that a failure in the middle of the write of the first or second record do not not result in an unknown state.
Version:
$Revision: 1.1 $