| Interface | Description |
|---|---|
| Executor |
This is the parent interface representing Event executor for incremental execution in Siddhi.
|
| Class | Description |
|---|---|
| AvgIncrementalAttributeAggregator |
IncrementalAttributeAggregator to calculate average based on an event attribute. |
| BaseIncrementalValueStore |
Store for maintaining the base values related to incremental aggregation.
|
| CountIncrementalAttributeAggregator |
IncrementalAttributeAggregator to calculate count based on an event attribute. |
| IncrementalAggregationProcessor |
Incremental Aggregation Processor to consume events to Incremental Aggregators
|
| IncrementalAttributeAggregator |
Abstract class for incremental aggregators
|
| IncrementalDataAggregator |
This class implements the logic to aggregate data that is in-memory or in tables, in incremental data processing.
|
| IncrementalExecutor |
Incremental executor class which is responsible for performing incremental aggregation.
|
| 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 © 2017 WSO2. All rights reserved.