Uses of Class
io.siddhi.query.api.execution.query.output.ratelimit.OutputRate
-
Packages that use OutputRate Package Description io.siddhi.query.api.execution.query io.siddhi.query.api.execution.query.output.ratelimit -
-
Uses of OutputRate in io.siddhi.query.api.execution.query
Methods in io.siddhi.query.api.execution.query that return OutputRate Modifier and Type Method Description OutputRateQuery. getOutputRate()Methods in io.siddhi.query.api.execution.query with parameters of type OutputRate Modifier and Type Method Description voidQuery. output(OutputRate outputRate) -
Uses of OutputRate in io.siddhi.query.api.execution.query.output.ratelimit
Subclasses of OutputRate in io.siddhi.query.api.execution.query.output.ratelimit Modifier and Type Class Description classEventOutputRateRate limiting of query output based on number of eventsclassSnapshotOutputRateRate limiting of query output and producing state snapshot as outputclassTimeOutputRateRate limiting of query output based on timeMethods in io.siddhi.query.api.execution.query.output.ratelimit that return OutputRate Modifier and Type Method Description OutputRateEventOutputRate. output(OutputRate.Type type)OutputRateTimeOutputRate. output(OutputRate.Type type)
-