| Class | Description |
|---|---|
| BroadcastPartition<T> |
Broadcast the record to all downstream partitions.
|
| ForwardPartition<T> |
Default partition for operator if the operator can be chained with succeeding operators.
|
| KeyPartition<K,T> |
Partition the record by the key.
|
| RoundRobinPartition<T> |
Partition record to downstream tasks in a round-robin matter.
|
Copyright © 2021. All rights reserved.