Class | Description |
---|---|
AvgIncrementalAttributeAggregator |
IncrementalAttributeAggregator to calculate average based on an event attribute. |
CountIncrementalAttributeAggregator |
IncrementalAttributeAggregator to calculate count based on an event attribute. |
DistinctCountIncrementalAttributeAggregator |
IncrementalAttributeAggregator to calculate count based on an event attribute. |
IncrementalAttributeAggregator |
Abstract class for incremental aggregators
|
MaxIncrementalAttributeAggregator |
IncrementalAttributeAggregator to calculate maximum value based on an event attribute. |
MinIncrementalAttributeAggregator |
IncrementalAttributeAggregator to calculate minimum value based on an event attribute. |
SumIncrementalAttributeAggregator |
IncrementalAttributeAggregator to calculate sum based on an event attribute. |
Copyright © 2021. All rights reserved.