Package io.siddhi.core.partition.executor
-
Interface Summary Interface Description PartitionExecutor Interface class for Partition Executors which will calculate the partition key for a givenComplexEvent -
Class Summary Class Description RangePartitionExecutor Range partition executor will compute whether a givenComplexEventbelongs to a pre-defined range and returns respective range key.ValuePartitionExecutor Value partition executor computes the partition key based on value of givenComplexEventattribute/s.