Uses of Interface
io.siddhi.core.partition.PartitionCreationListener
-
-
Uses of PartitionCreationListener in io.siddhi.core.query.input.stream.state
Subinterfaces of PartitionCreationListener in io.siddhi.core.query.input.stream.state Modifier and Type Interface Description interfaceAbsentPreStateProcessorPreStateProcessor of events not received by Siddhi.Classes in io.siddhi.core.query.input.stream.state that implement PartitionCreationListener Modifier and Type Class Description classAbsentLogicalPreStateProcessorLogical not processor.classAbsentStreamPreStateProcessorPre processor of not operator. -
Uses of PartitionCreationListener in io.siddhi.core.query.output.ratelimit
Classes in io.siddhi.core.query.output.ratelimit that implement PartitionCreationListener Modifier and Type Class Description classOutputRateLimiter<S extends State>Abstract parent implementation of Output Rate Limiting.classPassThroughOutputRateLimiterImplementation ofOutputRateLimiterwhich will pass through events without doing any rate limiting. -
Uses of PartitionCreationListener in io.siddhi.core.query.output.ratelimit.event
Classes in io.siddhi.core.query.output.ratelimit.event that implement PartitionCreationListener Modifier and Type Class Description classAllPerEventOutputRateLimiterImplementation ofOutputRateLimiterwhich will collect pre-defined number of events and the emit all collected events as a batch.classFirstGroupByPerEventOutputRateLimiterImplementation ofOutputRateLimiterwhich will collect pre-defined number of events and the emit only the first event.classFirstPerEventOutputRateLimiterImplementation ofOutputRateLimiterwhich will collect pre-defined number of events and the emit only the first event.classLastGroupByPerEventOutputRateLimiterImplementation ofOutputRateLimiterwhich will collect pre-defined number of events and the emit only the last event.classLastPerEventOutputRateLimiterImplementation ofOutputRateLimiterwhich will collect pre-defined number of events and the emit only the last event. -
Uses of PartitionCreationListener in io.siddhi.core.query.output.ratelimit.snapshot
Classes in io.siddhi.core.query.output.ratelimit.snapshot that implement PartitionCreationListener Modifier and Type Class Description classWrappedSnapshotOutputRateLimiter<S extends State>Implementation ofOutputRateLimiterto be used by Snapshot Output Rate Limiting implementations. -
Uses of PartitionCreationListener in io.siddhi.core.query.output.ratelimit.time
Classes in io.siddhi.core.query.output.ratelimit.time that implement PartitionCreationListener 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.
-