Uses of Class
org.apache.flink.configuration.ExternalizedCheckpointRetention
-
Packages that use ExternalizedCheckpointRetention Package Description org.apache.flink.configuration org.apache.flink.streaming.api.environment -
-
Uses of ExternalizedCheckpointRetention in org.apache.flink.configuration
Fields in org.apache.flink.configuration with type parameters of type ExternalizedCheckpointRetention Modifier and Type Field Description static ConfigOption<ExternalizedCheckpointRetention>
CheckpointingOptions. EXTERNALIZED_CHECKPOINT_RETENTION
Methods in org.apache.flink.configuration that return ExternalizedCheckpointRetention Modifier and Type Method Description static ExternalizedCheckpointRetention
ExternalizedCheckpointRetention. valueOf(String name)
Returns the enum constant of this type with the specified name.static ExternalizedCheckpointRetention[]
ExternalizedCheckpointRetention. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ExternalizedCheckpointRetention in org.apache.flink.streaming.api.environment
Methods in org.apache.flink.streaming.api.environment that return ExternalizedCheckpointRetention Modifier and Type Method Description ExternalizedCheckpointRetention
CheckpointConfig. getExternalizedCheckpointRetention()
Returns the cleanup behaviour for externalized checkpoints.Methods in org.apache.flink.streaming.api.environment with parameters of type ExternalizedCheckpointRetention Modifier and Type Method Description void
CheckpointConfig. setExternalizedCheckpointRetention(ExternalizedCheckpointRetention cleanupMode)
Sets the mode for externalized checkpoint clean-up.
-