| Modifier and Type | Class and Description |
|---|---|
class |
MetaStateEvent
Class to hold mapping between StreamEvents and respective StateEvent.
|
| Modifier and Type | Method and Description |
|---|---|
static StateEventPopulator |
StateEventPopulatorFactory.constructEventPopulator(MetaComplexEvent metaComplexEvent)
Constructs StateEventPopulator according to MetaStateEvent
|
| Modifier and Type | Class and Description |
|---|---|
class |
MetaStreamEvent
Class to hold meta info about StreamEvent.
|
| Modifier and Type | Method and Description |
|---|---|
MetaComplexEvent |
QueryRuntime.getMetaComplexEvent() |
| Constructor and Description |
|---|
QueryRuntime(org.wso2.siddhi.query.api.execution.query.Query query,
ExecutionPlanContext executionPlanContext,
StreamRuntime streamRuntime,
QuerySelector selector,
OutputRateLimiter outputRateLimiter,
OutputCallback outputCallback,
MetaComplexEvent metaComplexEvent,
boolean synchronised) |
| Modifier and Type | Method and Description |
|---|---|
MetaComplexEvent |
StreamRuntime.getMetaComplexEvent() |
| Modifier and Type | Method and Description |
|---|---|
MetaComplexEvent |
JoinStreamRuntime.getMetaComplexEvent() |
| Modifier and Type | Method and Description |
|---|---|
MetaComplexEvent |
SingleStreamRuntime.getMetaComplexEvent() |
| Constructor and Description |
|---|
SingleStreamRuntime(ProcessStreamReceiver processStreamReceiver,
Processor processorChain,
MetaComplexEvent metaComplexEvent) |
| Modifier and Type | Method and Description |
|---|---|
MetaComplexEvent |
StateStreamRuntime.getMetaComplexEvent() |
| Modifier and Type | Method and Description |
|---|---|
void |
WrappedSnapshotOutputRateLimiter.init(int outPutAttributeSize,
List<AttributeProcessor> attributeProcessorList,
MetaComplexEvent metaComplexEvent) |
| Constructor and Description |
|---|
GroupByKeyGenerator(List<org.wso2.siddhi.query.api.expression.Variable> groupByList,
MetaComplexEvent metaComplexEvent,
Map<String,EventTable> eventTableMap,
List<VariableExpressionExecutor> executors,
ExecutionPlanContext siddhiContext,
String queryName) |
| Modifier and Type | Method and Description |
|---|---|
static MatchingMetaStateHolder |
MatcherParser.constructMatchingMetaStateHolder(MetaComplexEvent matchingMetaComplexEvent,
int defaultStreamEventIndex,
org.wso2.siddhi.query.api.definition.AbstractDefinition candsidateDefinition) |
static Processor |
SingleInputStreamParser.generateProcessor(org.wso2.siddhi.query.api.execution.query.input.handler.StreamHandler streamHandler,
MetaComplexEvent metaEvent,
List<VariableExpressionExecutor> variableExpressionExecutors,
ExecutionPlanContext executionPlanContext,
Map<String,EventTable> eventTableMap,
boolean supportsBatchProcessing,
boolean outputExpectsExpiredEvents,
String queryName) |
static QuerySelector |
SelectorParser.parse(org.wso2.siddhi.query.api.execution.query.selection.Selector selector,
org.wso2.siddhi.query.api.execution.query.output.stream.OutputStream outputStream,
ExecutionPlanContext executionPlanContext,
MetaComplexEvent metaComplexEvent,
Map<String,EventTable> eventTableMap,
List<VariableExpressionExecutor> variableExpressionExecutors,
String queryName)
Parse Selector portion of a query and return corresponding QuerySelector
|
static ExpressionExecutor |
ExpressionParser.parseExpression(org.wso2.siddhi.query.api.expression.Expression expression,
MetaComplexEvent metaEvent,
int currentState,
Map<String,EventTable> eventTableMap,
List<VariableExpressionExecutor> executorList,
ExecutionPlanContext executionPlanContext,
boolean groupBy,
int defaultStreamEventIndex,
String queryName)
Parse the given expression and create the appropriate Executor by recursively traversing the expression
|
static SingleStreamRuntime |
SingleInputStreamParser.parseInputStream(org.wso2.siddhi.query.api.execution.query.input.stream.SingleInputStream inputStream,
ExecutionPlanContext executionPlanContext,
List<VariableExpressionExecutor> variableExpressionExecutors,
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,
MetaComplexEvent metaComplexEvent,
ProcessStreamReceiver processStreamReceiver,
boolean supportsBatchProcessing,
boolean outputExpectsExpiredEvents,
String queryName)
Parse single InputStream and return SingleStreamRuntime
|
| Modifier and Type | Method and Description |
|---|---|
static void |
QueryParserHelper.initStreamRuntime(StreamRuntime runtime,
MetaComplexEvent metaComplexEvent,
LockWrapper lockWrapper,
String queryName) |
static void |
QueryParserHelper.reduceMetaComplexEvent(MetaComplexEvent metaComplexEvent) |
static void |
QueryParserHelper.updateVariablePosition(MetaComplexEvent metaComplexEvent,
List<VariableExpressionExecutor> variableExpressionExecutorList) |
Copyright © 2018 WSO2. All Rights Reserved.