Uses of Class
org.apache.flink.streaming.api.environment.CheckpointConfig
Packages that use CheckpointConfig
Package
Description
-
Uses of CheckpointConfig in org.apache.flink.streaming.api.environment
Fields in org.apache.flink.streaming.api.environment declared as CheckpointConfigModifier and TypeFieldDescriptionprotected final CheckpointConfigStreamExecutionEnvironment.checkpointCfgSettings that control the checkpointing behavior.Methods in org.apache.flink.streaming.api.environment that return CheckpointConfigModifier and TypeMethodDescriptionStreamExecutionEnvironment.getCheckpointConfig()Gets the checkpoint config, which defines values like checkpoint interval, delay between checkpoints, etc.Constructors in org.apache.flink.streaming.api.environment with parameters of type CheckpointConfigModifierConstructorDescriptionCheckpointConfig(CheckpointConfig checkpointConfig) Creates a deep copy of the providedCheckpointConfig. -
Uses of CheckpointConfig in org.apache.flink.streaming.api.graph
Methods in org.apache.flink.streaming.api.graph that return CheckpointConfigMethods in org.apache.flink.streaming.api.graph with parameters of type CheckpointConfigModifier and TypeMethodDescriptionstatic org.apache.flink.core.execution.CheckpointingModeStreamGraph.getCheckpointingMode(CheckpointConfig checkpointConfig) Constructors in org.apache.flink.streaming.api.graph with parameters of type CheckpointConfigModifierConstructorDescriptionStreamGraph(org.apache.flink.configuration.Configuration jobConfiguration, org.apache.flink.api.common.ExecutionConfig executionConfig, CheckpointConfig checkpointConfig, SavepointRestoreSettings savepointRestoreSettings) StreamGraphGenerator(List<org.apache.flink.api.dag.Transformation<?>> transformations, org.apache.flink.api.common.ExecutionConfig executionConfig, CheckpointConfig checkpointConfig) StreamGraphGenerator(List<org.apache.flink.api.dag.Transformation<?>> transformations, org.apache.flink.api.common.ExecutionConfig executionConfig, CheckpointConfig checkpointConfig, org.apache.flink.configuration.Configuration configuration) -
Uses of CheckpointConfig in org.apache.flink.streaming.api.operators.collect
Constructors in org.apache.flink.streaming.api.operators.collect with parameters of type CheckpointConfigModifierConstructorDescriptionCollectResultIterator(String operatorUid, org.apache.flink.api.common.typeutils.TypeSerializer<T> serializer, String accumulatorName, CheckpointConfig checkpointConfig, long resultFetchTimeout)