| Package | Description |
|---|---|
| io.siddhi.query.api | |
| io.siddhi.query.api.definition |
| Modifier and Type | Method and Description |
|---|---|
Map<String,AggregationDefinition> |
SiddhiApp.getAggregationDefinitionMap() |
| Modifier and Type | Method and Description |
|---|---|
SiddhiApp |
SiddhiApp.defineAggregation(AggregationDefinition aggregationDefinition) |
| Modifier and Type | Method and Description |
|---|---|
AggregationDefinition |
AggregationDefinition.aggregateBy(Variable aggregateAttribute) |
AggregationDefinition |
AggregationDefinition.annotation(Annotation annotation) |
AggregationDefinition |
AggregationDefinition.every(TimePeriod timePeriod) |
AggregationDefinition |
AggregationDefinition.from(BasicSingleInputStream basicSingleInputStream) |
static AggregationDefinition |
AggregationDefinition.id(String aggregationName) |
AggregationDefinition |
AggregationDefinition.select(BasicSelector selector) |
Copyright © 2019. All rights reserved.