Uses of Class
io.siddhi.core.util.SiddhiAppRuntimeBuilder
-
Packages that use SiddhiAppRuntimeBuilder Package Description io.siddhi.core.util.parser -
-
Uses of SiddhiAppRuntimeBuilder in io.siddhi.core.util.parser
Methods in io.siddhi.core.util.parser that return SiddhiAppRuntimeBuilder Modifier and Type Method Description static SiddhiAppRuntimeBuilderSiddhiAppParser. parse(io.siddhi.query.api.SiddhiApp siddhiApp, String siddhiAppString, SiddhiContext siddhiContext)Parse an SiddhiApp returning SiddhiAppRuntimeMethods in io.siddhi.core.util.parser with parameters of type SiddhiAppRuntimeBuilder Modifier and Type Method Description static AggregationRuntimeAggregationParser. 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 PartitionRuntimeImplPartitionParser. parse(SiddhiAppRuntimeBuilder siddhiAppRuntimeBuilder, io.siddhi.query.api.execution.partition.Partition partition, SiddhiAppContext siddhiAppContext, int queryIndex, int partitionIndex)
-