Class BroadcastRecordWriter<T extends org.apache.flink.core.io.IOReadableWritable>

  • Type Parameters:
    T - the type of the record that can be emitted with this record writer
    All Implemented Interfaces:
    AvailabilityProvider

    public final class BroadcastRecordWriter<T extends org.apache.flink.core.io.IOReadableWritable>
    extends RecordWriter<T>
    A special record-oriented runtime result writer only for broadcast mode.

    The BroadcastRecordWriter extends the RecordWriter and emits records to all channels for regular emit(IOReadableWritable).