Uses of Interface
org.apache.flink.streaming.api.checkpoint.CheckpointedFunction
-
-
Uses of CheckpointedFunction in org.apache.flink.streaming.api.functions.sink
Classes in org.apache.flink.streaming.api.functions.sink that implement CheckpointedFunction Modifier and Type Class Description classTwoPhaseCommitSinkFunction<IN,TXN,CONTEXT>This is a recommended base class for all of theSinkFunctionthat intend to implement exactly-once semantic. -
Uses of CheckpointedFunction in org.apache.flink.streaming.api.functions.sink.filesystem
Classes in org.apache.flink.streaming.api.functions.sink.filesystem that implement CheckpointedFunction Modifier and Type Class Description classStreamingFileSink<IN>Deprecated.Useorg.apache.flink.connector.file.sink.FileSinkinstead. -
Uses of CheckpointedFunction in org.apache.flink.streaming.api.functions.source
Classes in org.apache.flink.streaming.api.functions.source that implement CheckpointedFunction Modifier and Type Class Description classContinuousFileMonitoringFunction<OUT>Deprecated.This class is based on theSourceFunctionAPI, which is due to be removed.classFromElementsFunction<T>Deprecated.This class is based on theSourceFunctionAPI, which is due to be removed.classMessageAcknowledgingSourceBase<Type,UId>Deprecated.This class is based on theSourceFunctionAPI, which is due to be removed.classMultipleIdsMessageAcknowledgingSourceBase<Type,UId,SessionId>Deprecated.This class is based on theSourceFunctionAPI, which is due to be removed.classStatefulSequenceSourceDeprecated.This class is based on theSourceFunctionAPI, which is due to be removed. -
Uses of CheckpointedFunction in org.apache.flink.streaming.api.functions.source.datagen
Classes in org.apache.flink.streaming.api.functions.source.datagen that implement CheckpointedFunction Modifier and Type Class Description classDataGeneratorSource<T>Deprecated.Useorg.apache.flink.connector.datagen.source.DataGeneratorSourceinstead. -
Uses of CheckpointedFunction in org.apache.flink.streaming.api.operators.collect
Classes in org.apache.flink.streaming.api.operators.collect that implement CheckpointedFunction Modifier and Type Class Description classCollectSinkFunction<IN>A sink function that collects query results and sends them back to the client.
-