Uses of Package
org.apache.flink.streaming.api.checkpoint
Packages that use org.apache.flink.streaming.api.checkpoint
Package
Description
-
Classes in org.apache.flink.streaming.api.checkpoint used by org.apache.flink.streaming.api.checkpointClassDescriptionDeprecated.Through the
CheckpointTrigger, the source function notifies the Flink source operator when to trigger the checkpoint.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.legacyClassDescriptionThis 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.collectClassDescriptionThis is the core interface for stateful transformation functions, meaning functions that maintain state across individual stream records.