| Interface | Description |
|---|---|
| Aggregator |
An internal interface, that allows us to perform aggregation functions
on profiles during merging of profiles.
|
| Class | Description |
|---|---|
| Abstract |
An abstract implementation of the Profile Aggregators.
|
| MAX |
An implementation of the Aggregator interface that takes the maximum of the
profile values.
|
| MIN |
An implementation of the Aggregator interface that takes the minimum of the
profile values.
|
| Sum |
An implementation of the Aggregator interface that sums the profile values.
|
| Update |
An implementation of the Aggregator interface that always takes the
new profile value.
|