Uses of Class
io.siddhi.core.query.input.stream.single.SingleStreamRuntime
-
-
Uses of SingleStreamRuntime in io.siddhi.core.aggregation
Methods in io.siddhi.core.aggregation that return SingleStreamRuntime Modifier and Type Method Description SingleStreamRuntimeAggregationRuntime. getSingleStreamRuntime()Constructors in io.siddhi.core.aggregation with parameters of type SingleStreamRuntime Constructor Description AggregationRuntime(io.siddhi.query.api.definition.AggregationDefinition aggregationDefinition, boolean isProcessingOnExternalTime, boolean isDistributed, List<io.siddhi.query.api.aggregation.TimePeriod.Duration> aggregationDurations, Map<io.siddhi.query.api.aggregation.TimePeriod.Duration,Executor> incrementalExecutorMap, Map<io.siddhi.query.api.aggregation.TimePeriod.Duration,Table> aggregationTables, List<ExpressionExecutor> outputExpressionExecutors, Map<io.siddhi.query.api.aggregation.TimePeriod.Duration,List<ExpressionExecutor>> aggregateProcessingExecutorsMap, ExpressionExecutor shouldUpdateTimestamp, Map<io.siddhi.query.api.aggregation.TimePeriod.Duration,GroupByKeyGenerator> groupByKeyGeneratorMap, boolean isOptimisedLookup, List<io.siddhi.query.api.execution.query.selection.OutputAttribute> defaultSelectorList, List<String> groupByVariablesList, boolean isLatestEventColAdded, int baseAggregatorBeginIndex, List<io.siddhi.query.api.expression.Expression> finalBaseExpressionList, IncrementalDataPurger incrementalDataPurger, IncrementalExecutorsInitialiser incrementalExecutorInitialiser, SingleStreamRuntime singleStreamRuntime, MetaStreamEvent tableMetaStreamEvent, LatencyTracker latencyTrackerFind, ThroughputTracker throughputTrackerFind, String timeZone) -
Uses of SingleStreamRuntime in io.siddhi.core.query.input.stream
Methods in io.siddhi.core.query.input.stream that return types with arguments of type SingleStreamRuntime Modifier and Type Method Description List<SingleStreamRuntime>StreamRuntime. getSingleStreamRuntimes() -
Uses of SingleStreamRuntime in io.siddhi.core.query.input.stream.join
Methods in io.siddhi.core.query.input.stream.join that return types with arguments of type SingleStreamRuntime Modifier and Type Method Description List<SingleStreamRuntime>JoinStreamRuntime. getSingleStreamRuntimes()Methods in io.siddhi.core.query.input.stream.join with parameters of type SingleStreamRuntime Modifier and Type Method Description voidJoinStreamRuntime. addRuntime(SingleStreamRuntime singleStreamRuntime) -
Uses of SingleStreamRuntime in io.siddhi.core.query.input.stream.single
Methods in io.siddhi.core.query.input.stream.single that return types with arguments of type SingleStreamRuntime Modifier and Type Method Description List<SingleStreamRuntime>SingleStreamRuntime. getSingleStreamRuntimes() -
Uses of SingleStreamRuntime in io.siddhi.core.query.input.stream.state
Methods in io.siddhi.core.query.input.stream.state that return types with arguments of type SingleStreamRuntime Modifier and Type Method Description List<SingleStreamRuntime>StateStreamRuntime. getSingleStreamRuntimes() -
Uses of SingleStreamRuntime in io.siddhi.core.query.input.stream.state.runtime
Fields in io.siddhi.core.query.input.stream.state.runtime with type parameters of type SingleStreamRuntime Modifier and Type Field Description protected List<SingleStreamRuntime>StreamInnerStateRuntime. singleStreamRuntimeListMethods in io.siddhi.core.query.input.stream.state.runtime that return types with arguments of type SingleStreamRuntime Modifier and Type Method Description List<SingleStreamRuntime>InnerStateRuntime. getSingleStreamRuntimeList()List<SingleStreamRuntime>StreamInnerStateRuntime. getSingleStreamRuntimeList()Methods in io.siddhi.core.query.input.stream.state.runtime with parameters of type SingleStreamRuntime Modifier and Type Method Description voidInnerStateRuntime. addStreamRuntime(SingleStreamRuntime singleStreamRuntime)voidStreamInnerStateRuntime. addStreamRuntime(SingleStreamRuntime singleStreamRuntime) -
Uses of SingleStreamRuntime in io.siddhi.core.util.parser
Methods in io.siddhi.core.util.parser that return SingleStreamRuntime Modifier and Type Method Description static SingleStreamRuntimeSingleInputStreamParser. parseInputStream(io.siddhi.query.api.execution.query.input.stream.SingleInputStream inputStream, List<VariableExpressionExecutor> variableExpressionExecutors, 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, MetaComplexEvent metaComplexEvent, ProcessStreamReceiver processStreamReceiver, boolean supportsBatchProcessing, boolean outputExpectsExpiredEvents, boolean findToBeExecuted, boolean multiValue, SiddhiQueryContext siddhiQueryContext)Parse single InputStream and return SingleStreamRuntime
-