| Package | Description |
|---|---|
| io.siddhi.core | |
| io.siddhi.core.stream.input.source | |
| io.siddhi.core.util | |
| io.siddhi.core.util.parser.helper |
| Modifier and Type | Method and Description |
|---|---|
Collection<List<Source>> |
SiddhiAppRuntime.getSources() |
Collection<List<Source>> |
SiddhiAppRuntimeImpl.getSources() |
| Constructor and Description |
|---|
SiddhiAppRuntimeImpl(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,
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,
ConcurrentMap<String,Trigger> triggerMap,
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(io.siddhi.query.api.definition.StreamDefinition streamDefinition,
ConcurrentMap<String,List<Source>> eventSourceMap,
SiddhiAppContext siddhiAppContext) |
Copyright © 2019. All rights reserved.