| Class | Description |
|---|---|
| BroadcastPartitioner<T> |
Partitioner that selects all the output channels.
|
| FieldsPartitioner<T> |
Partitioner that selects the same (one) channel for two Tuples having a
specified fields equal.
|
| GlobalPartitioner<T> | |
| RebalancePartitioner<T> |
Partitioner that distributes the data equally by cycling through the output
channels.
|
| ShufflePartitioner<T> |
Partitioner that distributes the data equally by selecting one output channel
randomly.
|
| StreamPartitioner<T> |
| Enum | Description |
|---|---|
| StreamPartitioner.PartitioningStrategy |
Copyright © 2014–2015 The Apache Software Foundation. All rights reserved.