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