Class RangePartitionExecutor
- java.lang.Object
-
- io.siddhi.core.partition.executor.RangePartitionExecutor
-
- All Implemented Interfaces:
PartitionExecutor
public class RangePartitionExecutor extends Object implements PartitionExecutor
Range partition executor will compute whether a givenComplexEventbelongs to a pre-defined range and returns respective range key.
-
-
Constructor Summary
Constructors Constructor Description RangePartitionExecutor(ConditionExpressionExecutor conditionExecutor, String key)
-
-
-
Constructor Detail
-
RangePartitionExecutor
public RangePartitionExecutor(ConditionExpressionExecutor conditionExecutor, String key)
-
-
Method Detail
-
execute
public String execute(ComplexEvent event)
- Specified by:
executein interfacePartitionExecutor
-
-