Package | Description |
---|---|
org.ballerinalang.siddhi.query.api | |
org.ballerinalang.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 © 2018 WSO2. All rights reserved.