Modifier and Type | Method and Description |
---|---|
SingleStreamRuntime |
AggregationRuntime.getSingleStreamRuntime() |
Constructor and Description |
---|
AggregationRuntime(io.siddhi.query.api.definition.AggregationDefinition aggregationDefinition,
Map<io.siddhi.query.api.aggregation.TimePeriod.Duration,IncrementalExecutor> incrementalExecutorMap,
Map<io.siddhi.query.api.aggregation.TimePeriod.Duration,Table> aggregationTables,
SingleStreamRuntime singleStreamRuntime,
List<io.siddhi.query.api.aggregation.TimePeriod.Duration> incrementalDurations,
MetaStreamEvent tableMetaStreamEvent,
List<ExpressionExecutor> outputExpressionExecutors,
LatencyTracker latencyTrackerFind,
ThroughputTracker throughputTrackerFind,
RecreateInMemoryData recreateInMemoryData,
boolean processingOnExternalTime,
List<GroupByKeyGenerator> groupByKeyGeneratorList,
IncrementalDataPurging incrementalDataPurging,
String shardId,
Map<io.siddhi.query.api.aggregation.TimePeriod.Duration,IncrementalExecutor> incrementalExecutorMapForPartitions,
ExpressionExecutor shouldUpdateTimestamp,
List<List<ExpressionExecutor>> aggregateProcessExpressionExecutorsListForFind) |
Modifier and Type | Method and Description |
---|---|
List<SingleStreamRuntime> |
StreamRuntime.getSingleStreamRuntimes() |
Modifier and Type | Method and Description |
---|---|
List<SingleStreamRuntime> |
JoinStreamRuntime.getSingleStreamRuntimes() |
Modifier and Type | Method and Description |
---|---|
void |
JoinStreamRuntime.addRuntime(SingleStreamRuntime singleStreamRuntime) |
Modifier and Type | Method and Description |
---|---|
List<SingleStreamRuntime> |
SingleStreamRuntime.getSingleStreamRuntimes() |
Modifier and Type | Method and Description |
---|---|
List<SingleStreamRuntime> |
StateStreamRuntime.getSingleStreamRuntimes() |
Modifier and Type | Field and Description |
---|---|
protected List<SingleStreamRuntime> |
StreamInnerStateRuntime.singleStreamRuntimeList |
Modifier and Type | Method and Description |
---|---|
List<SingleStreamRuntime> |
StreamInnerStateRuntime.getSingleStreamRuntimeList() |
List<SingleStreamRuntime> |
InnerStateRuntime.getSingleStreamRuntimeList() |
Modifier and Type | Method and Description |
---|---|
void |
StreamInnerStateRuntime.addStreamRuntime(SingleStreamRuntime singleStreamRuntime) |
void |
InnerStateRuntime.addStreamRuntime(SingleStreamRuntime singleStreamRuntime) |
Modifier and Type | Method and Description |
---|---|
static SingleStreamRuntime |
SingleInputStreamParser.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,
SiddhiQueryContext siddhiQueryContext)
Parse single InputStream and return SingleStreamRuntime
|
Copyright © 2019. All rights reserved.