Class CoBroadcastWithNonKeyedOperator<IN1,IN2,OUT>

java.lang.Object
org.apache.flink.streaming.api.operators.AbstractStreamOperator<OUT>
org.apache.flink.streaming.api.operators.AbstractUdfStreamOperator<OUT,BroadcastProcessFunction<IN1,IN2,OUT>>
org.apache.flink.streaming.api.operators.co.CoBroadcastWithNonKeyedOperator<IN1,IN2,OUT>
Type Parameters:
IN1 - The input type of the keyed (non-broadcast) side.
IN2 - The input type of the broadcast side.
OUT - The output type of the operator.
All Implemented Interfaces:
Serializable, org.apache.flink.api.common.state.CheckpointListener, KeyContext, KeyContextHandler, org.apache.flink.streaming.api.operators.OutputTypeConfigurable<OUT>, StreamOperator<OUT>, StreamOperatorStateHandler.CheckpointedStreamOperator, TwoInputStreamOperator<IN1,IN2,OUT>, UserFunctionProvider<BroadcastProcessFunction<IN1,IN2,OUT>>, YieldingOperator<OUT>
Direct Known Subclasses:
BatchCoBroadcastWithNonKeyedOperator

@Internal public class CoBroadcastWithNonKeyedOperator<IN1,IN2,OUT> extends AbstractUdfStreamOperator<OUT,BroadcastProcessFunction<IN1,IN2,OUT>> implements TwoInputStreamOperator<IN1,IN2,OUT>
See Also: