Uses of Interface
io.siddhi.core.partition.executor.PartitionExecutor
-
Packages that use PartitionExecutor Package Description io.siddhi.core.partition io.siddhi.core.partition.executor -
-
Uses of PartitionExecutor in io.siddhi.core.partition
Methods in io.siddhi.core.partition that return types with arguments of type PartitionExecutor Modifier and Type Method Description List<List<PartitionExecutor>>StreamPartitioner. getPartitionExecutorLists()Constructor parameters in io.siddhi.core.partition with type arguments of type PartitionExecutor Constructor Description PartitionStreamReceiver(SiddhiAppContext siddhiAppContext, MetaStreamEvent metaStreamEvent, io.siddhi.query.api.definition.StreamDefinition streamDefinition, List<PartitionExecutor> partitionExecutors, PartitionRuntime partitionRuntime) -
Uses of PartitionExecutor in io.siddhi.core.partition.executor
Classes in io.siddhi.core.partition.executor that implement PartitionExecutor Modifier and Type Class Description classRangePartitionExecutorRange partition executor will compute whether a givenComplexEventbelongs to a pre-defined range and returns respective range key.classValuePartitionExecutorValue partition executor computes the partition key based on value of givenComplexEventattribute/s.
-