Uses of Class
org.apache.flink.configuration.RestartStrategyOptions.RestartStrategyType
-
Packages that use RestartStrategyOptions.RestartStrategyType Package Description org.apache.flink.configuration -
-
Uses of RestartStrategyOptions.RestartStrategyType in org.apache.flink.configuration
Methods in org.apache.flink.configuration that return RestartStrategyOptions.RestartStrategyType Modifier and Type Method Description static RestartStrategyOptions.RestartStrategyTypeRestartStrategyOptions.RestartStrategyType. of(String value)Return the corresponding RestartStrategyType based on the displayed value.static RestartStrategyOptions.RestartStrategyTypeRestartStrategyOptions.RestartStrategyType. valueOf(String name)Returns the enum constant of this type with the specified name.static RestartStrategyOptions.RestartStrategyType[]RestartStrategyOptions.RestartStrategyType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-