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