Interface TimeStatisticCollector
- All Known Subinterfaces:
RowsStatisticAccumulator
- All Known Implementing Classes:
RecoveryStatistic
public interface TimeStatisticCollector
Accumulator for recovery process time spending.
-
Method Summary
Modifier and TypeMethodDescriptionvoidMarks recovery as finished now.voidMarks recovery as started now.
-
Method Details
-
recoveryStarted
void recoveryStarted()Marks recovery as started now. -
recoveryFinished
void recoveryFinished()Marks recovery as finished now.
-