Interface and Description |
---|
org.apache.flink.streaming.util.serialization.DeserializationSchema
Use
DeserializationSchema instead. |
org.apache.flink.streaming.util.serialization.SerializationSchema
Use
SerializationSchema instead. |
org.apache.flink.streaming.api.operators.SetupableStreamOperator
This class is deprecated in favour of using
StreamOperatorFactory and it's
StreamOperatorFactory.createStreamOperator(org.apache.flink.streaming.runtime.tasks.StreamTask<?, ?>, org.apache.flink.streaming.api.graph.StreamConfig, org.apache.flink.streaming.api.operators.Output<org.apache.flink.streaming.runtime.streamrecord.StreamRecord<OUT>>) and passing the required parameters to the
Operator's constructor in create method. |
org.apache.flink.streaming.api.functions.TimestampExtractor
This class has been replaced by
AssignerWithPeriodicWatermarks and
AssignerWithPunctuatedWatermarks |
Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.