| Interface | Description |
|---|---|
| Aggregator |
Aggregator represents the interface for all the available aggregations.
|
| AggregatorFactory |
Factory class for
Aggregator. |
| Class | Description |
|---|---|
| DoubleLastValueAggregator |
Aggregator that aggregates recorded values by storing the last recorded value.
|
| DoubleMinMaxSumCount | |
| DoubleSumAggregator | |
| LongLastValueAggregator |
Aggregator that aggregates recorded values by storing the last recorded value.
|
| LongMinMaxSumCount | |
| LongSumAggregator | |
| NoopAggregator |