Uses of Interface
io.siddhi.core.util.Schedulable
-
-
Uses of Schedulable in io.siddhi.core.query.input.stream.single
Classes in io.siddhi.core.query.input.stream.single that implement Schedulable Modifier and Type Class Description classEntryValveExecutorEntry point to incremental executors.classEntryValveProcessorEntry Valve Siddhi processor chain. -
Uses of Schedulable in io.siddhi.core.query.output.ratelimit.snapshot
Classes in io.siddhi.core.query.output.ratelimit.snapshot that implement Schedulable 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.classSnapshotOutputRateLimiter<S extends State>Parent implementation to run theSchedulerto handle periodic snapshot rate limiting.classWindowedPerSnapshotOutputRateLimiterImplementation ofPerSnapshotOutputRateLimiterfor queries with Windows. -
Uses of Schedulable in io.siddhi.core.query.output.ratelimit.time
Classes in io.siddhi.core.query.output.ratelimit.time that implement Schedulable Modifier and Type Class Description classAllPerTimeOutputRateLimiterImplementation ofOutputRateLimiterwhich will collect pre-defined time period and the emit all collected events as a batch.classFirstGroupByPerTimeOutputRateLimiterImplementation ofOutputRateLimiterwhich will collect pre-defined time period and the emit only first event.classFirstPerTimeOutputRateLimiterImplementation ofOutputRateLimiterwhich will collect pre-defined time period and the emit only first event.classLastGroupByPerTimeOutputRateLimiterImplementation ofOutputRateLimiterwhich will collect pre-defined time period and the emit only last event.classLastPerTimeOutputRateLimiterImplementation ofOutputRateLimiterwhich will collect pre-defined time period and the emit only last event. -
Uses of Schedulable in io.siddhi.core.util
Constructors in io.siddhi.core.util with parameters of type Schedulable Constructor Description Scheduler(Schedulable singleThreadEntryValve, SiddhiQueryContext siddhiQueryContext) -
Uses of Schedulable in io.siddhi.core.util.parser
Methods in io.siddhi.core.util.parser with parameters of type Schedulable Modifier and Type Method Description static SchedulerSchedulerParser. parse(Schedulable singleThreadEntryValve, SiddhiQueryContext siddhiQueryContext)Create Scheduler object.
-