| Modifier and Type | Method and Description |
|---|---|
SingleStreamRuntime |
AggregationRuntime.getSingleStreamRuntime() |
| Constructor and Description |
|---|
AggregationRuntime(org.wso2.siddhi.query.api.definition.AggregationDefinition aggregationDefinition,
Map<org.wso2.siddhi.query.api.aggregation.TimePeriod.Duration,IncrementalExecutor> incrementalExecutorMap,
Map<org.wso2.siddhi.query.api.aggregation.TimePeriod.Duration,Table> aggregationTables,
SingleStreamRuntime singleStreamRuntime,
List<org.wso2.siddhi.query.api.aggregation.TimePeriod.Duration> incrementalDurations,
SiddhiAppContext siddhiAppContext,
List<ExpressionExecutor> baseExecutors,
MetaStreamEvent tableMetaStreamEvent,
List<ExpressionExecutor> outputExpressionExecutors,
LatencyTracker latencyTrackerFind,
ThroughputTracker throughputTrackerFind,
RecreateInMemoryData recreateInMemoryData,
boolean processingOnExternalTime,
List<List<ExpressionExecutor>> aggregateProcessingExecutorsList,
List<GroupByKeyGenerator> groupByKeyGeneratorList,
IncrementalDataPurging incrementalDataPurging,
ExpressionExecutor shouldUpdateExpressionExecutor,
String shardId,
Map<org.wso2.siddhi.query.api.aggregation.TimePeriod.Duration,IncrementalExecutor> incrementalExecutorMapForPartitions) |
| 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(org.wso2.siddhi.query.api.execution.query.input.stream.SingleInputStream inputStream,
SiddhiAppContext siddhiAppContext,
List<VariableExpressionExecutor> variableExpressionExecutors,
Map<String,org.wso2.siddhi.query.api.definition.AbstractDefinition> streamDefinitionMap,
Map<String,org.wso2.siddhi.query.api.definition.AbstractDefinition> tableDefinitionMap,
Map<String,org.wso2.siddhi.query.api.definition.AbstractDefinition> windowDefinitionMap,
Map<String,org.wso2.siddhi.query.api.definition.AbstractDefinition> aggregationDefinitionMap,
Map<String,Table> tableMap,
MetaComplexEvent metaComplexEvent,
ProcessStreamReceiver processStreamReceiver,
boolean supportsBatchProcessing,
boolean outputExpectsExpiredEvents,
String queryName)
Parse single InputStream and return SingleStreamRuntime
|
Copyright © 2019 WSO2. All rights reserved.