Uses of Enum Class
org.wso2.siddhi.query.api.execution.query.output.ratelimit.OutputRate.Type
Packages that use OutputRate.Type
-
Uses of OutputRate.Type in org.wso2.siddhi.query.api.execution.query.output.ratelimit
Methods in org.wso2.siddhi.query.api.execution.query.output.ratelimit that return OutputRate.TypeModifier and TypeMethodDescriptionEventOutputRate.getType()SnapshotOutputRate.getType()TimeOutputRate.getType()static OutputRate.TypeReturns the enum constant of this class with the specified name.static OutputRate.Type[]OutputRate.Type.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.output.ratelimit with parameters of type OutputRate.TypeModifier and TypeMethodDescriptionEventOutputRate.output(OutputRate.Type type) TimeOutputRate.output(OutputRate.Type type)