| Package | Description |
|---|---|
| org.wso2.siddhi.core | |
| org.wso2.siddhi.core.partition | |
| org.wso2.siddhi.core.query | |
| org.wso2.siddhi.core.util | |
| org.wso2.siddhi.core.util.parser |
| 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 |
|---|---|
QueryRuntime |
PartitionRuntime.addQuery(QueryRuntime metaQueryRuntime) |
| Modifier and Type | Method and Description |
|---|---|
ConcurrentMap<String,QueryRuntime> |
PartitionRuntime.getMetaQueryRuntimeMap() |
List<QueryRuntime> |
PartitionInstanceRuntime.getQueryRuntimeList() |
| Modifier and Type | Method and Description |
|---|---|
void |
PartitionRuntime.addPartitionReceiver(QueryRuntime queryRuntime,
List<VariableExpressionExecutor> executors,
MetaStateEvent metaEvent) |
QueryRuntime |
PartitionRuntime.addQuery(QueryRuntime metaQueryRuntime) |
| Modifier and Type | Method and Description |
|---|---|
void |
PartitionStreamReceiver.addStreamJunction(String key,
List<QueryRuntime> queryRuntimeList)
create local streamJunctions through which events received by partitionStreamReceiver, are sent to queryStreamReceivers
|
| Constructor and Description |
|---|
PartitionInstanceRuntime(String key,
List<QueryRuntime> queryRuntimeList) |
| Modifier and Type | Method and Description |
|---|---|
QueryRuntime |
QueryRuntime.clone(String key,
ConcurrentMap<String,StreamJunction> localStreamJunctionMap) |
| Modifier and Type | Method and Description |
|---|---|
String |
ExecutionPlanRuntimeBuilder.addQuery(QueryRuntime queryRuntime) |
| Modifier and Type | Method and Description |
|---|---|
static QueryRuntime |
QueryParser.parse(org.wso2.siddhi.query.api.execution.query.Query query,
ExecutionPlanContext executionPlanContext,
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,EventTable> eventTableMap,
Map<String,EventWindow> eventWindowMap,
LockSynchronizer lockSynchronizer)
Parse a query and return corresponding QueryRuntime.
|
Copyright © 2018 WSO2. All Rights Reserved.