Uses of Package
org.apache.flink.streaming.api.checkpoint
-
Classes in org.apache.flink.streaming.api.checkpoint used by org.apache.flink.streaming.api.checkpoint Class Description ExternallyInducedSource.CheckpointTrigger Deprecated.Through theCheckpointTrigger, the source function notifies the Flink source operator when to trigger the checkpoint.WithMasterCheckpointHook This interface can be implemented by streaming functions that need to trigger a "global action" on the master (in the checkpoint coordinator) as part of every checkpoint and restore operation. -
Classes in org.apache.flink.streaming.api.checkpoint used by org.apache.flink.streaming.api.functions.source.legacy Class Description CheckpointedFunction This is the core interface for stateful transformation functions, meaning functions that maintain state across individual stream records. -
Classes in org.apache.flink.streaming.api.checkpoint used by org.apache.flink.streaming.api.operators.collect Class Description CheckpointedFunction This is the core interface for stateful transformation functions, meaning functions that maintain state across individual stream records.