Class FixedDelayRestartBackoffTimeStrategy

java.lang.Object
org.apache.flink.runtime.executiongraph.failover.FixedDelayRestartBackoffTimeStrategy
All Implemented Interfaces:
RestartBackoffTimeStrategy

public class FixedDelayRestartBackoffTimeStrategy extends Object implements RestartBackoffTimeStrategy
Restart strategy which tries to restart a fixed number of times with a fixed backoff time in between.