Interface | Description |
---|---|
PartitionExecutor |
Interface class for Partition Executors which will calculate the partition key for a given
ComplexEvent |
Class | Description |
---|---|
RangePartitionExecutor |
Range partition executor will compute whether a given
ComplexEvent belongs to a pre-defined range and
returns respective range key. |
ValuePartitionExecutor |
Value partition executor computes the partition key based on value of given
ComplexEvent attribute/s. |
Copyright © 2021. All rights reserved.