Uses of Class
org.apache.flink.runtime.dispatcher.cleanup.CleanupRetryStrategyFactory
-
Packages that use CleanupRetryStrategyFactory Package Description org.apache.flink.runtime.dispatcher.cleanup -
-
Uses of CleanupRetryStrategyFactory in org.apache.flink.runtime.dispatcher.cleanup
Methods in org.apache.flink.runtime.dispatcher.cleanup that return CleanupRetryStrategyFactory Modifier and Type Method Description static CleanupRetryStrategyFactoryCleanupRetryStrategyFactory. valueOf(String name)Returns the enum constant of this type with the specified name.static CleanupRetryStrategyFactory[]CleanupRetryStrategyFactory. values()Returns an array containing the constants of this enum type, in the order they are declared.
-