Class | Description |
---|---|
BatchSumStatistic |
The classes
BatchSumStatistic or
StdBatchSumStatistic add up measured
values (e.g., number of bytes that have passed a certain port) of the type
long during a batch with the help of the method
Statistic.update() . |
StdBatchSumStatistic |
StdBatchSumStatistic extends
BatchSumStatistic and provides an
implementation for a batch sum statistic. |