类 ChainingBroadcastOutput<OUT>

  • 所有已实现的接口:
    BroadcastOutput<OUT>

    public class ChainingBroadcastOutput<OUT>
    extends Object
    implements BroadcastOutput<OUT>
    The broadcast output corresponding to a chained output.
    • 方法详细资料

      • broadcastEmit

        public void broadcastEmit​(org.apache.flink.streaming.runtime.streamrecord.StreamRecord<OUT> record)
        从接口复制的说明: BroadcastOutput
        Broadcasts the record to all the downstream operators.
        指定者:
        broadcastEmit 在接口中 BroadcastOutput<OUT>
        参数:
        record - the record to broadcast.