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