| Package | Description |
|---|---|
| org.wso2.siddhi.core.util.parser |
| Modifier and Type | Method and Description |
|---|---|
static SiddhiAppRuntimeBuilder |
SiddhiAppParser.parse(org.wso2.siddhi.query.api.SiddhiApp siddhiApp,
String siddhiAppString,
SiddhiContext siddhiContext)
Parse an SiddhiApp returning SiddhiAppRuntime
|
| Modifier and Type | Method and Description |
|---|---|
static AggregationRuntime |
AggregationParser.parse(org.wso2.siddhi.query.api.definition.AggregationDefinition aggregationDefinition,
SiddhiAppContext siddhiAppContext,
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,
Map<String,Window> windowMap,
Map<String,AggregationRuntime> aggregationMap,
SiddhiAppRuntimeBuilder siddhiAppRuntimeBuilder) |
static PartitionRuntime |
PartitionParser.parse(SiddhiAppRuntimeBuilder siddhiAppRuntimeBuilder,
org.wso2.siddhi.query.api.execution.partition.Partition partition,
SiddhiAppContext siddhiAppContext,
int queryIndex) |
Copyright © 2019 WSO2. All rights reserved.