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.| 构造器和说明 |
|---|
ForwardPartition() |
| 限定符和类型 | 方法和说明 |
|---|---|
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 © 2021. All rights reserved.