Uses of Class
io.siddhi.core.query.output.ratelimit.snapshot.SnapshotOutputRateLimiter
-
Packages that use SnapshotOutputRateLimiter Package Description io.siddhi.core.query.output.ratelimit.snapshot -
-
Uses of SnapshotOutputRateLimiter in io.siddhi.core.query.output.ratelimit.snapshot
Subclasses of SnapshotOutputRateLimiter in io.siddhi.core.query.output.ratelimit.snapshot Modifier and Type Class Description classAggregationGroupByWindowedPerSnapshotOutputRateLimiterImplementation ofPerSnapshotOutputRateLimiterfor queries with GroupBy, Aggregators and Windows.classAggregationWindowedPerSnapshotOutputRateLimiterImplementation ofPerSnapshotOutputRateLimiterfor queries with Windows and Aggregators.classAllAggregationGroupByWindowedPerSnapshotOutputRateLimiterImplementation ofPerSnapshotOutputRateLimiterfor queries with GroupBy, Aggregators and Windows which will output all events.classAllAggregationPerSnapshotOutputRateLimiterImplementation ofPerSnapshotOutputRateLimiterfor queries with Aggregators which will output all events.classGroupByPerSnapshotOutputRateLimiterImplementation ofPerSnapshotOutputRateLimiterfor queries with GroupBy.classPerSnapshotOutputRateLimiterParent implementation for per event periodic snapshot rate limiting.classWindowedPerSnapshotOutputRateLimiterImplementation ofPerSnapshotOutputRateLimiterfor queries with Windows.
-