T - Type of the elements in the Stream being partitioned@Internal public class GlobalPartitioner<T> extends StreamPartitioner<T>
numberOfChannels| Constructor and Description |
|---|
GlobalPartitioner() |
| Modifier and Type | Method and Description |
|---|---|
StreamPartitioner<T> |
copy() |
org.apache.flink.runtime.io.network.api.writer.SubtaskStateMapper |
getDownstreamSubtaskStateMapper()
Defines the behavior of this partitioner, when downstream rescaled during recovery of
in-flight data.
|
boolean |
isPointwise() |
int |
selectChannel(org.apache.flink.runtime.plugable.SerializationDelegate<StreamRecord<T>> record) |
String |
toString() |
disableUnalignedCheckpoints, equals, getUpstreamSubtaskStateMapper, hashCode, isBroadcast, isSupportsUnalignedCheckpoint, setuppublic int selectChannel(org.apache.flink.runtime.plugable.SerializationDelegate<StreamRecord<T>> record)
public StreamPartitioner<T> copy()
copy in class StreamPartitioner<T>public org.apache.flink.runtime.io.network.api.writer.SubtaskStateMapper getDownstreamSubtaskStateMapper()
StreamPartitionergetDownstreamSubtaskStateMapper in class StreamPartitioner<T>public boolean isPointwise()
isPointwise in class StreamPartitioner<T>Copyright © 2014–2025 The Apache Software Foundation. All rights reserved.