| Package | Description |
|---|---|
| org.wso2.siddhi.core | |
| org.wso2.siddhi.core.util |
| Modifier and Type | Method and Description |
|---|---|
SiddhiAppRuntime |
SiddhiManager.createSiddhiAppRuntime(org.wso2.siddhi.query.api.SiddhiApp siddhiApp) |
SiddhiAppRuntime |
SiddhiManager.createSiddhiAppRuntime(String siddhiApp) |
SiddhiAppRuntime |
SiddhiManager.getSiddhiAppRuntime(String siddhiAppName)
Method to retrieve already submitted siddhi app by providing the name.
|
| Modifier and Type | Method and Description |
|---|---|
ConcurrentMap<String,SiddhiAppRuntime> |
SiddhiManager.getSiddhiAppRuntimeMap()
Method used to get all SiddhiAppRuntimes
|
| Constructor and Description |
|---|
SiddhiAppRuntime(Map<String,org.wso2.siddhi.query.api.definition.AbstractDefinition> streamDefinitionMap,
Map<String,org.wso2.siddhi.query.api.definition.AbstractDefinition> tableDefinitionMap,
InputManager inputManager,
Map<String,QueryRuntime> queryProcessorMap,
Map<String,StreamJunction> streamJunctionMap,
Map<String,Table> tableMap,
Map<String,Window> windowMap,
ConcurrentMap<String,AggregationRuntime> aggregationMap,
Map<String,List<Source>> sourceMap,
Map<String,List<Sink>> sinkMap,
Map<String,PartitionRuntime> partitionMap,
SiddhiAppContext siddhiAppContext,
Map<String,SiddhiAppRuntime> siddhiAppRuntimeMap) |
| Modifier and Type | Method and Description |
|---|---|
SiddhiAppRuntime |
SiddhiAppRuntimeBuilder.build() |
| Modifier and Type | Method and Description |
|---|---|
void |
SiddhiAppRuntimeBuilder.setSiddhiAppRuntimeMap(ConcurrentMap<String,SiddhiAppRuntime> siddhiAppRuntimeMap) |
Copyright © 2017 WSO2. All rights reserved.