Uses of Interface
org.apache.flink.streaming.api.checkpoint.CheckpointedFunction
-
Packages that use CheckpointedFunction Package Description org.apache.flink.streaming.api.functions.source.legacy org.apache.flink.streaming.api.operators.collect -
-
Uses of CheckpointedFunction in org.apache.flink.streaming.api.functions.source.legacy
Classes in org.apache.flink.streaming.api.functions.source.legacy that implement CheckpointedFunction Modifier and Type Class Description class
ContinuousFileMonitoringFunction<OUT>
Deprecated.This class is based on theSourceFunction
API, which is due to be removed.class
FromElementsFunction<T>
Deprecated.This class is based on theSourceFunction
API, which is due to be removed.class
StatefulSequenceSource
Deprecated.This class is based on theSourceFunction
API, which is due to be removed. -
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 class
CollectSinkFunction<IN>
A sink function that collects query results and sends them back to the client.
-