Class KeyedCoProcessOperator<K,IN1,IN2,OUT>

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<K,VoidNamespace>, TwoInputStreamOperator<IN1,IN2,OUT>, UserFunctionProvider<KeyedCoProcessFunction<K,IN1,IN2,OUT>>, YieldingOperator<OUT>

@Internal public class KeyedCoProcessOperator<K,IN1,IN2,OUT> extends AbstractUdfStreamOperator<OUT,KeyedCoProcessFunction<K,IN1,IN2,OUT>> implements TwoInputStreamOperator<IN1,IN2,OUT>, Triggerable<K,VoidNamespace>
A StreamOperator for executing keyed KeyedCoProcessFunction.
See Also: