Class ForwardPartitioner<T>

java.lang.Object
org.apache.flink.streaming.runtime.partitioner.StreamPartitioner<T>
org.apache.flink.streaming.runtime.partitioner.ForwardPartitioner<T>
Type Parameters:
T - Type of the elements in the Stream
All Implemented Interfaces:
Serializable, ChannelSelector<SerializationDelegate<StreamRecord<T>>>
Direct Known Subclasses:
ForwardForConsecutiveHashPartitioner, ForwardForUnspecifiedPartitioner

@Internal public class ForwardPartitioner<T> extends StreamPartitioner<T>
Partitioner that forwards elements only to the locally running downstream operation.
See Also: