| Package | Description |
|---|---|
| org.wso2.siddhi.core | |
| org.wso2.siddhi.core.util |
| Modifier and Type | Method and Description |
|---|---|
ExecutionPlanRuntime |
SiddhiManager.createExecutionPlanRuntime(org.wso2.siddhi.query.api.ExecutionPlan executionPlan)
Method to add stream definitions, partitions and queries of an execution plan
|
ExecutionPlanRuntime |
SiddhiManager.createExecutionPlanRuntime(String executionPlan)
Method to add execution plan in the form of a string.
|
ExecutionPlanRuntime |
SiddhiManager.getExecutionPlanRuntime(String executionPlanName)
Method to retrieve already submitted execution plan by providing the name.
|
| Constructor and Description |
|---|
ExecutionPlanRuntime(ConcurrentMap<String,org.wso2.siddhi.query.api.definition.AbstractDefinition> streamDefinitionMap,
ConcurrentMap<String,org.wso2.siddhi.query.api.definition.AbstractDefinition> tableDefinitionMap,
InputManager inputManager,
ConcurrentMap<String,QueryRuntime> queryProcessorMap,
ConcurrentMap<String,StreamJunction> streamJunctionMap,
ConcurrentMap<String,EventTable> eventTableMap,
ConcurrentMap<String,PartitionRuntime> partitionMap,
ExecutionPlanContext executionPlanContext,
ConcurrentMap<String,ExecutionPlanRuntime> executionPlanRuntimeMap) |
| Modifier and Type | Method and Description |
|---|---|
ExecutionPlanRuntime |
ExecutionPlanRuntimeBuilder.build() |
| Modifier and Type | Method and Description |
|---|---|
void |
ExecutionPlanRuntimeBuilder.setExecutionPlanRuntimeMap(ConcurrentMap<String,ExecutionPlanRuntime> executionPlanRuntimeMap) |
Copyright © 2018 WSO2. All Rights Reserved.