Uses of Class
io.siddhi.core.aggregation.AggregationRuntime
-
Packages that use AggregationRuntime Package Description io.siddhi.core io.siddhi.core.aggregation io.siddhi.core.query io.siddhi.core.query.processor.stream.window io.siddhi.core.util io.siddhi.core.util.parser -
-
Uses of AggregationRuntime in io.siddhi.core
Constructor parameters in io.siddhi.core with type arguments of type AggregationRuntime Constructor Description SiddhiAppRuntimeImpl(Map<String,io.siddhi.query.api.definition.AbstractDefinition> streamDefinitionMap, Map<String,io.siddhi.query.api.definition.AbstractDefinition> tableDefinitionMap, Map<String,io.siddhi.query.api.definition.AbstractDefinition> windowDefinitionMap, Map<String,io.siddhi.query.api.definition.AbstractDefinition> aggregationDefinitionMap, InputManager inputManager, Map<String,QueryRuntime> queryProcessorMap, Map<String,StreamJunction> streamJunctionMap, Map<String,Table> tableMap, Map<String,Window> windowMap, ConcurrentMap<String,AggregationRuntime> aggregationMap, Map<String,List<Source>> sourceMap, Map<String,List<Sink>> sinkMap, Map<String,PartitionRuntime> partitionMap, ConcurrentMap<String,Trigger> triggerMap, SiddhiAppContext siddhiAppContext, Map<String,SiddhiAppRuntime> siddhiAppRuntimeMap) -
Uses of AggregationRuntime in io.siddhi.core.aggregation
Constructors in io.siddhi.core.aggregation with parameters of type AggregationRuntime Constructor Description IncrementalAggregationProcessor(AggregationRuntime aggregationRuntime, List<ExpressionExecutor> incomingExpressionExecutors, MetaStreamEvent processedMetaStreamEvent, LatencyTracker latencyTrackerInsert, ThroughputTracker throughputTrackerInsert, SiddhiAppContext siddhiAppContext) -
Uses of AggregationRuntime in io.siddhi.core.query
Constructors in io.siddhi.core.query with parameters of type AggregationRuntime Constructor Description FindOnDemandQueryRuntime(AggregationRuntime aggregation, CompiledCondition compiledCondition, String queryName, MetaStreamEvent metaStreamEvent, SiddhiQueryContext siddhiQueryContext) -
Uses of AggregationRuntime in io.siddhi.core.query.processor.stream.window
Constructors in io.siddhi.core.query.processor.stream.window with parameters of type AggregationRuntime Constructor Description AggregateWindowProcessor(AggregationRuntime aggregationRuntime, io.siddhi.query.api.aggregation.Within within, io.siddhi.query.api.expression.Expression per, List<io.siddhi.query.api.expression.Variable> queryGroupByList) -
Uses of AggregationRuntime in io.siddhi.core.util
Methods in io.siddhi.core.util that return types with arguments of type AggregationRuntime Modifier and Type Method Description ConcurrentMap<String,AggregationRuntime>SiddhiAppRuntimeBuilder. getAggregationMap() -
Uses of AggregationRuntime in io.siddhi.core.util.parser
Methods in io.siddhi.core.util.parser that return AggregationRuntime Modifier and Type Method Description static AggregationRuntimeAggregationParser. parse(io.siddhi.query.api.definition.AggregationDefinition aggregationDefinition, SiddhiAppContext siddhiAppContext, Map<String,io.siddhi.query.api.definition.AbstractDefinition> streamDefinitionMap, Map<String,io.siddhi.query.api.definition.AbstractDefinition> tableDefinitionMap, Map<String,io.siddhi.query.api.definition.AbstractDefinition> windowDefinitionMap, Map<String,io.siddhi.query.api.definition.AbstractDefinition> aggregationDefinitionMap, Map<String,Table> tableMap, Map<String,Window> windowMap, Map<String,AggregationRuntime> aggregationMap, SiddhiAppRuntimeBuilder siddhiAppRuntimeBuilder)
-