Interface RowsStatisticAccumulator
- All Superinterfaces:
TimeStatisticCollector
Accumulator of recovered rows.
This instance should contain all information about table id and partition number.
-
Method Summary
Methods inherited from interface org.gridgain.internal.recovery.statistic.accumulator.TimeStatisticCollector
recoveryFinished, recoveryStarted
-
Method Details
-
addRows
void addRows(long rowsCount) Add rows count to statistic.- Parameters:
rowsCount- Rows count.
-