Uses of Enum Class
org.wso2.siddhi.query.api.execution.query.input.stream.JoinInputStream.EventTrigger
Packages that use JoinInputStream.EventTrigger
-
Uses of JoinInputStream.EventTrigger in org.wso2.siddhi.query.api.execution.query.input.stream
Methods in org.wso2.siddhi.query.api.execution.query.input.stream that return JoinInputStream.EventTriggerModifier and TypeMethodDescriptionJoinInputStream.getTrigger()static JoinInputStream.EventTriggerReturns the enum constant of this class with the specified name.static JoinInputStream.EventTrigger[]JoinInputStream.EventTrigger.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.wso2.siddhi.query.api.execution.query.input.stream with parameters of type JoinInputStream.EventTriggerModifier and TypeMethodDescriptionstatic InputStreamInputStream.joinStream(SingleInputStream leftStream, JoinInputStream.Type type, SingleInputStream rightStream, JoinInputStream.EventTrigger trigger) static InputStreamInputStream.joinStream(SingleInputStream leftStream, JoinInputStream.Type type, SingleInputStream rightStream, Constant within, JoinInputStream.EventTrigger trigger) static InputStreamInputStream.joinStream(SingleInputStream leftStream, JoinInputStream.Type type, SingleInputStream rightStream, Expression onCompare, JoinInputStream.EventTrigger trigger) static InputStreamInputStream.joinStream(SingleInputStream leftStream, JoinInputStream.Type type, SingleInputStream rightStream, Expression onCompare, Constant within, JoinInputStream.EventTrigger trigger) Constructors in org.wso2.siddhi.query.api.execution.query.input.stream with parameters of type JoinInputStream.EventTriggerModifierConstructorDescriptionJoinInputStream(SingleInputStream leftInputStream, JoinInputStream.Type type, SingleInputStream rightInputStream, Expression onCompare, Constant within, JoinInputStream.EventTrigger trigger)