| Interface | Description |
|---|---|
| Executor |
This is the parent interface representing Event executor for incremental execution in Siddhi.
|
| Class | Description |
|---|---|
| AggregationRuntime |
Aggregation runtime managing aggregation operations for aggregation definition.
|
| BaseIncrementalValueStore |
Store for maintaining the base values related to incremental aggregation.
|
| IncrementalAggregationProcessor |
Incremental Aggregation Processor to consume events to Incremental Aggregators.
|
| IncrementalDataAggregator |
This class implements the logic to aggregate data that is in-memory or in tables, in incremental data processing.
|
| IncrementalDataPurging |
This class implements the logic which is needed to purge data which are related to incremental
|
| IncrementalExecutor |
Incremental executor class which is responsible for performing incremental aggregation.
|
| IncrementalExternalTimestampDataAggregator |
This class implements logic to process aggregates(after retrieval from tables) that were aggregated
using external timestamp.
|
| RecreateInMemoryData |
This class is used to recreate in-memory data from the tables (Such as RDBMS) in incremental aggregation.
|
Copyright © 2018 WSO2. All rights reserved.