Uses of Class
io.siddhi.query.api.execution.query.input.stream.JoinInputStream.Type
-
Packages that use JoinInputStream.Type Package Description io.siddhi.query.api.execution.query.input.stream -
-
Uses of JoinInputStream.Type in io.siddhi.query.api.execution.query.input.stream
Methods in io.siddhi.query.api.execution.query.input.stream that return JoinInputStream.Type Modifier and Type Method Description JoinInputStream.TypeJoinInputStream. getType()static JoinInputStream.TypeJoinInputStream.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static JoinInputStream.Type[]JoinInputStream.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in io.siddhi.query.api.execution.query.input.stream with parameters of type JoinInputStream.Type Constructor Description JoinInputStream(SingleInputStream leftInputStream, JoinInputStream.Type type, SingleInputStream rightInputStream, Expression onCompare, JoinInputStream.EventTrigger trigger, Within within, Expression per)
-