T - Type of the input record.public class ForwardPartition<T> extends Object implements Partition<T>
RoundRobinPartition if the operator can't be chiained with
succeeding operators.| Constructor and Description |
|---|
ForwardPartition() |
| Modifier and Type | Method and Description |
|---|---|
int[] |
partition(T record,
int numPartition)
Given a record and downstream partitions, determine which partition(s) should receive the
record.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitloadCheckpoint, saveCheckpointCopyright © 2020. All rights reserved.