public class TraceGroupWindowProcessor
extends org.wso2.siddhi.core.query.processor.stream.StreamProcessor
implements org.wso2.siddhi.core.query.processor.SchedulingProcessor, org.wso2.siddhi.core.query.processor.stream.window.FindableProcessor
outputExpectsExpiredEventsadditionalAttributes, attributeExpressionExecutors, attributeExpressionLength, complexEventPopulater, elementId, inputDefinition, nextProcessor, queryName, siddhiAppContext, streamEventCloner, streamEventClonerHolder| Constructor and Description |
|---|
TraceGroupWindowProcessor() |
| Modifier and Type | Method and Description |
|---|---|
org.wso2.siddhi.core.util.collection.operator.CompiledCondition |
compileCondition(org.wso2.siddhi.query.api.expression.Expression condition,
org.wso2.siddhi.core.util.collection.operator.MatchingMetaInfoHolder matchingMetaInfoHolder,
org.wso2.siddhi.core.config.SiddhiAppContext siddhiAppContext,
List<org.wso2.siddhi.core.executor.VariableExpressionExecutor> variableExpressionExecutors,
Map<String,org.wso2.siddhi.core.table.Table> tableMap,
String queryName) |
Map<String,Object> |
currentState() |
org.wso2.siddhi.core.event.stream.StreamEvent |
find(org.wso2.siddhi.core.event.state.StateEvent matchingEvent,
org.wso2.siddhi.core.util.collection.operator.CompiledCondition compiledCondition) |
org.wso2.siddhi.core.util.Scheduler |
getScheduler() |
protected List<org.wso2.siddhi.query.api.definition.Attribute> |
init(org.wso2.siddhi.query.api.definition.AbstractDefinition abstractDefinition,
org.wso2.siddhi.core.executor.ExpressionExecutor[] expressionExecutors,
org.wso2.siddhi.core.util.config.ConfigReader configReader,
org.wso2.siddhi.core.config.SiddhiAppContext siddhiAppContext) |
protected void |
process(org.wso2.siddhi.core.event.ComplexEventChunk<org.wso2.siddhi.core.event.stream.StreamEvent> streamEventChunk,
org.wso2.siddhi.core.query.processor.Processor processor,
org.wso2.siddhi.core.event.stream.StreamEventCloner streamEventCloner,
org.wso2.siddhi.core.event.stream.populater.ComplexEventPopulater complexEventPopulater) |
void |
restoreState(Map<String,Object> state) |
void |
setScheduler(org.wso2.siddhi.core.util.Scheduler scheduler) |
void |
start() |
void |
stop() |
init, processEventChunkcloneProcessor, constructStreamEventPopulater, getElementId, getNextProcessor, initProcessor, process, setNextProcessor, setStreamEventCloner, setToLastpublic org.wso2.siddhi.core.util.Scheduler getScheduler()
getScheduler in interface org.wso2.siddhi.core.query.processor.SchedulingProcessorpublic void setScheduler(org.wso2.siddhi.core.util.Scheduler scheduler)
setScheduler in interface org.wso2.siddhi.core.query.processor.SchedulingProcessorprotected List<org.wso2.siddhi.query.api.definition.Attribute> init(org.wso2.siddhi.query.api.definition.AbstractDefinition abstractDefinition, org.wso2.siddhi.core.executor.ExpressionExecutor[] expressionExecutors, org.wso2.siddhi.core.util.config.ConfigReader configReader, org.wso2.siddhi.core.config.SiddhiAppContext siddhiAppContext)
init in class org.wso2.siddhi.core.query.processor.stream.StreamProcessorprotected void process(org.wso2.siddhi.core.event.ComplexEventChunk<org.wso2.siddhi.core.event.stream.StreamEvent> streamEventChunk,
org.wso2.siddhi.core.query.processor.Processor processor,
org.wso2.siddhi.core.event.stream.StreamEventCloner streamEventCloner,
org.wso2.siddhi.core.event.stream.populater.ComplexEventPopulater complexEventPopulater)
process in class org.wso2.siddhi.core.query.processor.stream.StreamProcessorpublic void start()
start in interface org.wso2.siddhi.core.util.extension.holder.EternalReferencedHolderpublic void stop()
stop in interface org.wso2.siddhi.core.util.extension.holder.EternalReferencedHolderpublic Map<String,Object> currentState()
currentState in interface org.wso2.siddhi.core.util.snapshot.Snapshotablepublic void restoreState(Map<String,Object> state)
restoreState in interface org.wso2.siddhi.core.util.snapshot.Snapshotablepublic org.wso2.siddhi.core.event.stream.StreamEvent find(org.wso2.siddhi.core.event.state.StateEvent matchingEvent,
org.wso2.siddhi.core.util.collection.operator.CompiledCondition compiledCondition)
find in interface org.wso2.siddhi.core.query.processor.stream.window.FindableProcessorpublic org.wso2.siddhi.core.util.collection.operator.CompiledCondition compileCondition(org.wso2.siddhi.query.api.expression.Expression condition,
org.wso2.siddhi.core.util.collection.operator.MatchingMetaInfoHolder matchingMetaInfoHolder,
org.wso2.siddhi.core.config.SiddhiAppContext siddhiAppContext,
List<org.wso2.siddhi.core.executor.VariableExpressionExecutor> variableExpressionExecutors,
Map<String,org.wso2.siddhi.core.table.Table> tableMap,
String queryName)
compileCondition in interface org.wso2.siddhi.core.query.processor.stream.window.FindableProcessorCopyright © 2019 WSO2. All rights reserved.