Uses of Class
io.siddhi.query.api.execution.query.input.stream.StateInputStream.Type
-
Packages that use StateInputStream.Type Package Description io.siddhi.query.api.execution.query.input.stream -
-
Uses of StateInputStream.Type in io.siddhi.query.api.execution.query.input.stream
Methods in io.siddhi.query.api.execution.query.input.stream that return StateInputStream.Type Modifier and Type Method Description StateInputStream.TypeStateInputStream. getStateType()static StateInputStream.TypeStateInputStream.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static StateInputStream.Type[]StateInputStream.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 StateInputStream.Type Constructor Description StateInputStream(StateInputStream.Type stateType, StateElement stateElement, TimeConstant withinTime)
-