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