Uses of Class
org.apache.flink.configuration.ExternalizedCheckpointRetention
-
Packages that use ExternalizedCheckpointRetention Package Description org.apache.flink.configuration -
-
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_RETENTIONMethods in org.apache.flink.configuration that return ExternalizedCheckpointRetention Modifier and Type Method Description static ExternalizedCheckpointRetentionExternalizedCheckpointRetention. 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.
-