Class ValuePartitionExecutor
- java.lang.Object
-
- io.siddhi.core.partition.executor.ValuePartitionExecutor
-
- All Implemented Interfaces:
PartitionExecutor
public class ValuePartitionExecutor extends Object implements PartitionExecutor
Value partition executor computes the partition key based on value of givenComplexEventattribute/s.
-
-
Constructor Summary
Constructors Constructor Description ValuePartitionExecutor(ExpressionExecutor expressionExecutor)
-
-
-
Constructor Detail
-
ValuePartitionExecutor
public ValuePartitionExecutor(ExpressionExecutor expressionExecutor)
-
-
Method Detail
-
execute
public String execute(ComplexEvent event)
- Specified by:
executein interfacePartitionExecutor
-
-