Package | Description |
---|---|
io.siddhi.core.partition | |
io.siddhi.core.partition.executor |
Modifier and Type | Method and Description |
---|---|
List<List<PartitionExecutor>> |
StreamPartitioner.getPartitionExecutorLists() |
Constructor and Description |
---|
PartitionStreamReceiver(SiddhiAppContext siddhiAppContext,
MetaStreamEvent metaStreamEvent,
io.siddhi.query.api.definition.StreamDefinition streamDefinition,
List<PartitionExecutor> partitionExecutors,
PartitionRuntime partitionRuntime) |
Modifier and Type | Class and Description |
---|---|
class |
RangePartitionExecutor
Range partition executor will compute whether a given
ComplexEvent belongs to a pre-defined range and
returns respective range key. |
class |
ValuePartitionExecutor
Value partition executor computes the partition key based on value of given
ComplexEvent attribute/s. |
Copyright © 2021. All rights reserved.