Uses of Class
io.siddhi.core.query.selector.attribute.aggregator.incremental.IncrementalAttributeAggregator
-
Packages that use IncrementalAttributeAggregator Package Description io.siddhi.core.query.selector.attribute.aggregator.incremental -
-
Uses of IncrementalAttributeAggregator in io.siddhi.core.query.selector.attribute.aggregator.incremental
Subclasses of IncrementalAttributeAggregator in io.siddhi.core.query.selector.attribute.aggregator.incremental Modifier and Type Class Description classAvgIncrementalAttributeAggregatorIncrementalAttributeAggregatorto calculate average based on an event attribute.classCountIncrementalAttributeAggregatorIncrementalAttributeAggregatorto calculate count based on an event attribute.classDistinctCountIncrementalAttributeAggregatorIncrementalAttributeAggregatorto calculate count based on an event attribute.classMaxIncrementalAttributeAggregatorIncrementalAttributeAggregatorto calculate maximum value based on an event attribute.classMinIncrementalAttributeAggregatorIncrementalAttributeAggregatorto calculate minimum value based on an event attribute.classSumIncrementalAttributeAggregatorIncrementalAttributeAggregatorto calculate sum based on an event attribute.
-