Interface PartitionExecutor
-
- All Known Implementing Classes:
RangePartitionExecutor,ValuePartitionExecutor
public interface PartitionExecutorInterface class for Partition Executors which will calculate the partition key for a givenComplexEvent
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Stringexecute(ComplexEvent event)
-
-
-
Method Detail
-
execute
String execute(ComplexEvent event)
-
-