| 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> |
InnerStateRuntime.getSingleStreamRuntimeList() |
List<SingleStreamRuntime> |
StreamInnerStateRuntime.getSingleStreamRuntimeList() |
| Modifier and Type | Method and Description |
|---|---|
void |
InnerStateRuntime.addStreamRuntime(SingleStreamRuntime singleStreamRuntime) |
void |
StreamInnerStateRuntime.addStreamRuntime(SingleStreamRuntime singleStreamRuntime) |
| Modifier and Type | Method and Description |
|---|---|
static SingleStreamRuntime |
SingleInputStreamParser.parseInputStream(org.wso2.siddhi.query.api.execution.query.input.stream.SingleInputStream inputStream,
ExecutionPlanContext executionPlanContext,
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,EventTable> eventTableMap,
MetaComplexEvent metaComplexEvent,
ProcessStreamReceiver processStreamReceiver,
boolean supportsBatchProcessing,
boolean outputExpectsExpiredEvents,
String queryName)
Parse single InputStream and return SingleStreamRuntime
|
Copyright © 2018 WSO2. All Rights Reserved.