| Modifier and Type | Method and Description |
|---|---|
StreamRuntime |
QueryRuntime.getStreamRuntime() |
| Constructor and Description |
|---|
QueryRuntime(org.wso2.siddhi.query.api.execution.query.Query query,
ExecutionPlanContext executionPlanContext,
StreamRuntime streamRuntime,
QuerySelector selector,
OutputRateLimiter outputRateLimiter,
OutputCallback outputCallback,
MetaComplexEvent metaComplexEvent,
boolean synchronised) |
| Modifier and Type | Method and Description |
|---|---|
StreamRuntime |
StreamRuntime.clone(String key) |
| Modifier and Type | Class and Description |
|---|---|
class |
JoinStreamRuntime |
| Modifier and Type | Method and Description |
|---|---|
StreamRuntime |
JoinStreamRuntime.clone(String key) |
| Modifier and Type | Class and Description |
|---|---|
class |
SingleStreamRuntime |
| Modifier and Type | Method and Description |
|---|---|
StreamRuntime |
SingleStreamRuntime.clone(String key) |
| Modifier and Type | Class and Description |
|---|---|
class |
StateStreamRuntime |
| Modifier and Type | Method and Description |
|---|---|
StreamRuntime |
StateStreamRuntime.clone(String key) |
| Modifier and Type | Method and Description |
|---|---|
static StreamRuntime |
InputStreamParser.parse(org.wso2.siddhi.query.api.execution.query.input.stream.InputStream inputStream,
ExecutionPlanContext executionPlanContext,
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,
Map<String,EventWindow> eventWindowMap,
List<VariableExpressionExecutor> executors,
LatencyTracker latencyTracker,
boolean outputExpectsExpiredEvents,
String queryName)
Parse an InputStream returning corresponding StreamRuntime
|
static StreamRuntime |
JoinInputStreamParser.parseInputStream(org.wso2.siddhi.query.api.execution.query.input.stream.JoinInputStream joinInputStream,
ExecutionPlanContext executionPlanContext,
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,
Map<String,EventWindow> eventWindowMap,
List<VariableExpressionExecutor> executors,
LatencyTracker latencyTracker,
boolean outputExpectsExpiredEvents,
String queryName) |
| Modifier and Type | Method and Description |
|---|---|
static void |
QueryParserHelper.initStreamRuntime(StreamRuntime runtime,
MetaComplexEvent metaComplexEvent,
LockWrapper lockWrapper,
String queryName) |
Copyright © 2018 WSO2. All Rights Reserved.