Package io.siddhi.core.partition
Interface PartitionCreationListener
-
- All Known Subinterfaces:
AbsentPreStateProcessor
- All Known Implementing Classes:
AbsentLogicalPreStateProcessor,AbsentStreamPreStateProcessor,AllPerEventOutputRateLimiter,AllPerTimeOutputRateLimiter,FirstGroupByPerEventOutputRateLimiter,FirstGroupByPerTimeOutputRateLimiter,FirstPerEventOutputRateLimiter,FirstPerTimeOutputRateLimiter,LastGroupByPerEventOutputRateLimiter,LastGroupByPerTimeOutputRateLimiter,LastPerEventOutputRateLimiter,LastPerTimeOutputRateLimiter,OutputRateLimiter,PassThroughOutputRateLimiter,WrappedSnapshotOutputRateLimiter
public interface PartitionCreationListenerTo notify partition creations
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidpartitionCreated()Get called when partition is created
-