Class CoBroadcastWithKeyedOperator<KS,IN1,IN2,OUT>

java.lang.Object
org.apache.flink.streaming.api.operators.AbstractStreamOperator<OUT>
org.apache.flink.streaming.api.operators.AbstractUdfStreamOperator<OUT,KeyedBroadcastProcessFunction<KS,IN1,IN2,OUT>>
org.apache.flink.streaming.api.operators.co.CoBroadcastWithKeyedOperator<KS,IN1,IN2,OUT>
Type Parameters:
KS - The key type of the input keyed stream.
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, Triggerable<KS,VoidNamespace>, TwoInputStreamOperator<IN1,IN2,OUT>, UserFunctionProvider<KeyedBroadcastProcessFunction<KS,IN1,IN2,OUT>>, YieldingOperator<OUT>
Direct Known Subclasses:
BatchCoBroadcastWithKeyedOperator

@Internal public class CoBroadcastWithKeyedOperator<KS,IN1,IN2,OUT> extends AbstractUdfStreamOperator<OUT,KeyedBroadcastProcessFunction<KS,IN1,IN2,OUT>> implements TwoInputStreamOperator<IN1,IN2,OUT>, Triggerable<KS,VoidNamespace>
See Also: