|
Interface Summary |
| LogStream |
The LogStream interface is an abstract definition of a stream that
encapsulates a physical log. |
| ObjectImage |
An ObjectImage is a loggable state that can be managed by an ObjectLog. |
| ObjectLog |
Interface defining the functionality for logging objects to persistent storage. |
| Recoverable |
Recoverable interface: supports images for object reconstruction. |
| StateRecoverable<T> |
A type of stateful objects whose state is guaranteed to be recoverable. |
| StateRecoveryManager |
A state recovery manager is responsible for reconstructing StateRecoverable
instances based on the history. |