Package | Description |
---|---|
io.siddhi.core.query.output.ratelimit.snapshot |
Modifier and Type | Class and Description |
---|---|
class |
AggregationGroupByWindowedPerSnapshotOutputRateLimiter
Implementation of
PerSnapshotOutputRateLimiter for queries with GroupBy, Aggregators and Windows. |
class |
AggregationWindowedPerSnapshotOutputRateLimiter
Implementation of
PerSnapshotOutputRateLimiter for queries with Windows and Aggregators. |
class |
AllAggregationGroupByWindowedPerSnapshotOutputRateLimiter
Implementation of
PerSnapshotOutputRateLimiter for queries with GroupBy, Aggregators and Windows which
will output all events. |
class |
AllAggregationPerSnapshotOutputRateLimiter
Implementation of
PerSnapshotOutputRateLimiter for queries with Aggregators which will output all events. |
class |
GroupByPerSnapshotOutputRateLimiter
Implementation of
PerSnapshotOutputRateLimiter for queries with GroupBy. |
class |
PerSnapshotOutputRateLimiter
Parent implementation for per event periodic snapshot rate limiting.
|
class |
WindowedPerSnapshotOutputRateLimiter
Implementation of
PerSnapshotOutputRateLimiter for queries with Windows. |
Copyright © 2019. All rights reserved.