public interface RecoveryService
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
RecoveryLog |
getRecoveryLog() |
boolean |
performRecovery()
Instructs the core to do a full recovery cycle.
|
boolean |
performRecovery(boolean lax)
Asks the core to do a full recovery cycle.
|
String getName()
RecoveryLog getRecoveryLog()
boolean performRecovery()
boolean performRecovery(boolean lax)
lax - True to allow for lax optimisation
so the actual overhead of recovery can be avoided in
some cases. Depending on your deployment, lax mode
may be accurate (or not).Copyright © 2022. All rights reserved.