Interface RowsStatisticAccumulator

All Superinterfaces:
TimeStatisticCollector

public interface RowsStatisticAccumulator extends TimeStatisticCollector
Accumulator of recovered rows. This instance should contain all information about table id and partition number.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    addRows(long rowsCount)
    Add rows count to statistic.

    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.