Package org.apache.flink.runtime.operators.shipping
package org.apache.flink.runtime.operators.shipping
-
ClassDescriptionThe OutputCollector collects records, and emits them to the
RecordWriters.The output emitter decides to which of the possibly multiple output channels a record is sent.Enumeration defining the different shipping types of the output, such as local forward, re-partitioning by hash, or re-partitioning by range.