| Package | Description |
|---|---|
| org.wso2.siddhi.core | |
| org.wso2.siddhi.core.stream.input.source | |
| org.wso2.siddhi.core.util | |
| org.wso2.siddhi.core.util.parser.helper |
| Modifier and Type | Method and Description |
|---|---|
Collection<List<Source>> |
SiddhiAppRuntime.getSources() |
| Constructor and Description |
|---|
SiddhiAppRuntime(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,
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 | Class and Description |
|---|---|
class |
InMemorySource
Implementation of
Source to receive events through in-memory transport. |
| Modifier and Type | Method and Description |
|---|---|
ConcurrentMap<String,List<Source>> |
SiddhiAppRuntimeBuilder.getSourceMap() |
| Modifier and Type | Method and Description |
|---|---|
static void |
DefinitionParserHelper.addEventSource(org.wso2.siddhi.query.api.definition.StreamDefinition streamDefinition,
ConcurrentMap<String,List<Source>> eventSourceMap,
SiddhiAppContext siddhiAppContext) |
Copyright © 2017 WSO2. All rights reserved.