Uses of Class
org.apache.flink.core.execution.RestoreMode
-
Packages that use RestoreMode Package Description org.apache.flink.configuration org.apache.flink.core.execution -
-
Uses of RestoreMode in org.apache.flink.configuration
Fields in org.apache.flink.configuration with type parameters of type RestoreMode Modifier and Type Field Description static ConfigOption<RestoreMode>StateRecoveryOptions. RESTORE_MODEDescribes the mode how Flink should restore from the given savepoint or retained checkpoint. -
Uses of RestoreMode in org.apache.flink.core.execution
Fields in org.apache.flink.core.execution declared as RestoreMode Modifier and Type Field Description static RestoreModeRestoreMode. DEFAULTMethods in org.apache.flink.core.execution that return RestoreMode Modifier and Type Method Description static RestoreModeRestoreMode. valueOf(String name)Returns the enum constant of this type with the specified name.static RestoreMode[]RestoreMode. values()Returns an array containing the constants of this enum type, in the order they are declared.
-