Class AbsentStreamPostStateProcessor
- java.lang.Object
-
- io.siddhi.core.query.input.stream.state.StreamPostStateProcessor
-
- io.siddhi.core.query.input.stream.state.AbsentStreamPostStateProcessor
-
- All Implemented Interfaces:
PostStateProcessor,Processor
public class AbsentStreamPostStateProcessor extends StreamPostStateProcessor
PostStateProcessor to handle not pattern state processors.
-
-
Field Summary
-
Fields inherited from class io.siddhi.core.query.input.stream.state.StreamPostStateProcessor
callbackPreStateProcessor, isEventReturned, nextEveryStatePreProcessor, nextProcessor, nextStatePreProcessor, stateId, thisStatePreProcessor
-
-
Constructor Summary
Constructors Constructor Description AbsentStreamPostStateProcessor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidprocess(StateEvent stateEvent, ComplexEventChunk complexEventChunk)This method just mark the state changed but does not send the stateEvent to the next processors.-
Methods inherited from class io.siddhi.core.query.input.stream.state.StreamPostStateProcessor
clearProcessedEvent, getNextEveryStatePreProcessor, getNextProcessor, getNextStatePreProcessor, getStateId, getThisStatePreProcessor, isEventReturned, process, process, setCallbackPreStateProcessor, setNextEveryStatePreProcessor, setNextProcessor, setNextStatePreProcessor, setStateId, setThisStatePreProcessor, setToLast
-
-
-
-
Method Detail
-
process
protected void process(StateEvent stateEvent, ComplexEventChunk complexEventChunk)
This method just mark the state changed but does not send the stateEvent to the next processors.- Overrides:
processin classStreamPostStateProcessor- Parameters:
stateEvent- the state eventcomplexEventChunk- the ComplexEventChunk
-
-