程序包 org.apache.flink.iteration.broadcast
-
接口概要 接口 说明 BroadcastOutput<OUT> Wrapper output that broadcasts the records to all the downstream operators. -
类概要 类 说明 BroadcastOutputFactory Factory that creates the correspondingBroadcastOutputfrom theOutput.ChainingBroadcastOutput<OUT> The broadcast output corresponding to a chained output.CountingBroadcastOutput<OUT> The intermediate broadcast output that wrappers a list of internal outputs.OutputReflectionContext The reflection utilities to parse the output and create the broadcast output.RecordWriterBroadcastOutput<OUT> The broadcast output corresponding to a record writer output.