public interface StateRecoveryManager
Modifier and Type | Method and Description |
---|---|
void |
close()
Shutdown.
|
void |
register(RecoverableCoordinator staterecoverable)
Register a staterecoverable with the recovery manager service.
|
void register(RecoverableCoordinator staterecoverable)
staterecoverable
- The object that wants recoverable states.void close() throws LogException
LogException
- For underlying log failure.Copyright © 2020. All Rights Reserved.