Package org.apache.flink.runtime.operators.shipping


package org.apache.flink.runtime.operators.shipping
  • Class
    Description
    The 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.