Uses of Class
io.siddhi.core.event.stream.Operation.Operator
-
Packages that use Operation.Operator Package Description io.siddhi.core.event.stream -
-
Uses of Operation.Operator in io.siddhi.core.event.stream
Fields in io.siddhi.core.event.stream declared as Operation.Operator Modifier and Type Field Description Operation.OperatorOperation. operationMethods in io.siddhi.core.event.stream that return Operation.Operator Modifier and Type Method Description static Operation.OperatorOperation.Operator. valueOf(String name)Returns the enum constant of this type with the specified name.static Operation.Operator[]Operation.Operator. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in io.siddhi.core.event.stream with parameters of type Operation.Operator Constructor Description Operation(Operation.Operator operation)Operation(Operation.Operator operation, Object parameters)
-