Class LegacyKeyedCoProcessOperator<K,IN1,IN2,OUT>

java.lang.Object
org.apache.flink.streaming.api.operators.AbstractStreamOperator<OUT>
org.apache.flink.streaming.api.operators.AbstractUdfStreamOperator<OUT,CoProcessFunction<IN1,IN2,OUT>>
org.apache.flink.streaming.api.operators.co.LegacyKeyedCoProcessOperator<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<CoProcessFunction<IN1,IN2,OUT>>, YieldingOperator<OUT>

@Deprecated @Internal public class LegacyKeyedCoProcessOperator<K,IN1,IN2,OUT> extends AbstractUdfStreamOperator<OUT,CoProcessFunction<IN1,IN2,OUT>> implements TwoInputStreamOperator<IN1,IN2,OUT>, Triggerable<K,VoidNamespace>
Deprecated.
Replaced by KeyedCoProcessOperator which takes KeyedCoProcessFunction
A StreamOperator for executing keyed CoProcessFunctions.
See Also: