public class BroadcastPartition<T> extends Object implements Partition<T>
| Constructor and Description |
|---|
BroadcastPartition() |
| Modifier and Type | Method and Description |
|---|---|
int[] |
partition(T value,
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.