Uses of Interface
io.siddhi.core.query.input.stream.state.PostStateProcessor
-
Packages that use PostStateProcessor Package Description io.siddhi.core.query.input.stream.state io.siddhi.core.query.input.stream.state.runtime -
-
Uses of PostStateProcessor in io.siddhi.core.query.input.stream.state
Classes in io.siddhi.core.query.input.stream.state that implement PostStateProcessor Modifier and Type Class Description classAbsentLogicalPostStateProcessorPost-state processor of not logical operator.classAbsentStreamPostStateProcessorPostStateProcessor to handle not pattern state processors.classCountPostStateProcessorCreated on 1/6/15.classLogicalPostStateProcessorCreated on 12/28/14.classStreamPostStateProcessorCreated on 12/17/14. -
Uses of PostStateProcessor in io.siddhi.core.query.input.stream.state.runtime
Fields in io.siddhi.core.query.input.stream.state.runtime declared as PostStateProcessor Modifier and Type Field Description protected PostStateProcessorStreamInnerStateRuntime. lastProcessorMethods in io.siddhi.core.query.input.stream.state.runtime that return PostStateProcessor Modifier and Type Method Description PostStateProcessorInnerStateRuntime. getLastProcessor()PostStateProcessorStreamInnerStateRuntime. getLastProcessor()Methods in io.siddhi.core.query.input.stream.state.runtime with parameters of type PostStateProcessor Modifier and Type Method Description voidInnerStateRuntime. setLastProcessor(PostStateProcessor lastProcessor)voidStreamInnerStateRuntime. setLastProcessor(PostStateProcessor lastProcessor)
-