Uses of Class
io.siddhi.query.api.execution.query.output.ratelimit.OutputRate.Type
-
Packages that use OutputRate.Type Package Description io.siddhi.query.api.execution.query.output.ratelimit -
-
Uses of OutputRate.Type in io.siddhi.query.api.execution.query.output.ratelimit
Methods in io.siddhi.query.api.execution.query.output.ratelimit that return OutputRate.Type Modifier and Type Method Description OutputRate.TypeEventOutputRate. getType()OutputRate.TypeSnapshotOutputRate. getType()OutputRate.TypeTimeOutputRate. getType()static OutputRate.TypeOutputRate.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static OutputRate.Type[]OutputRate.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.siddhi.query.api.execution.query.output.ratelimit with parameters of type OutputRate.Type Modifier and Type Method Description OutputRateEventOutputRate. output(OutputRate.Type type)OutputRateTimeOutputRate. output(OutputRate.Type type)
-