public static class BackOffDelayPolicy.FixedWithInitialDelayAndTimeoutBackOffPolicy extends Object implements BackOffDelayPolicy
BackOffDelayPolicy.FixedWithInitialDelayAndTimeoutBackOffPolicy, BackOffDelayPolicy.FixedWithInitialDelayBackOffPolicyTIMEOUT| Modifier and Type | Method and Description |
|---|---|
Duration |
delay(int recoveryAttempt)
Returns the delay to use for a given attempt.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitfixed, fixedWithInitialDelay, fixedWithInitialDelaypublic Duration delay(int recoveryAttempt)
BackOffDelayPolicyThe policy can return the TIMEOUT constant to indicate that the task has reached a timeout.
delay in interface BackOffDelayPolicyCopyright © 2022 VMware, Inc. or its affiliates.. All rights reserved.