org.continuent.sequoia.controller.recoverylog |
Recovery Log core.
|
Java Source File Name | Type | Comment |
BackendRecoveryInfo.java | Class | A instance of this class gives information on a specific backend state from
the recovery log. |
CheckpointLogEntry.java | Class | |
LoggerThread.java | Class | Logger thread for the RecoveryLog. |
RecoverThread.java | Class | This class defines a RecoverThread that is in charge of replaying the
recovery log on a given backend to re-synchronize it with the other nodes of
the cluster. |
RecoveryLog.java | Class | Recovery Log using a database accessed through JDBC. |
RecoveryLogControl.java | Class | RecoveryLogControlMBean implemementation.
Used to manage a RecoveryLog. |
RecoveryTask.java | Class | Recovery task containing an AbstractTask and the id of the
task in the recovery log. |