类 BroadcastOutputFactory


  • public class BroadcastOutputFactory
    extends Object
    Factory that creates the corresponding BroadcastOutput from the Output.
    • 构造器详细资料

      • BroadcastOutputFactory

        public BroadcastOutputFactory()
    • 方法详细资料

      • createBroadcastOutput

        public static <OUT> BroadcastOutput<OUT> createBroadcastOutput​(org.apache.flink.streaming.api.operators.Output<org.apache.flink.streaming.runtime.streamrecord.StreamRecord<OUT>> output,
                                                                       org.apache.flink.metrics.Counter numRecordsOut)
        Creates the wrapper broadcast output from output.
        参数:
        output - the original output.
        numRecordsOut - the counter for the number of output record.
        返回:
        the wrapped broadcast output.