接口 BroadcastOutput<OUT>

    • 方法概要

      所有方法 实例方法 抽象方法 
      修饰符和类型 方法 说明
      void broadcastEmit​(org.apache.flink.streaming.runtime.streamrecord.StreamRecord<OUT> record)
      Broadcasts the record to all the downstream operators.
    • 方法详细资料

      • broadcastEmit

        void broadcastEmit​(org.apache.flink.streaming.runtime.streamrecord.StreamRecord<OUT> record)
                    throws IOException
        Broadcasts the record to all the downstream operators.
        参数:
        record - the record to broadcast.
        抛出:
        IOException