| Package | Description |
|---|---|
| org.wso2.siddhi.core.query.selector.attribute.aggregator.incremental |
| Modifier and Type | Class and Description |
|---|---|
class |
AvgIncrementalAttributeAggregator
IncrementalAttributeAggregator to calculate average based on an event attribute. |
class |
CountIncrementalAttributeAggregator
IncrementalAttributeAggregator to calculate count based on an event attribute. |
class |
MaxIncrementalAttributeAggregator
IncrementalAttributeAggregator to calculate maximum value based on an event attribute. |
class |
MinIncrementalAttributeAggregator
IncrementalAttributeAggregator to calculate minimum value based on an event attribute. |
class |
SumIncrementalAttributeAggregator
IncrementalAttributeAggregator to calculate sum based on an event attribute. |
Copyright © 2017 WSO2. All rights reserved.