Uses of Interface
com.oracle.bmc.waiter.DelayStrategy
-
Packages that use DelayStrategy Package Description com.oracle.bmc.retrier com.oracle.bmc.waiter -
-
Uses of DelayStrategy in com.oracle.bmc.retrier
Methods in com.oracle.bmc.retrier with parameters of type DelayStrategy Modifier and Type Method Description RetryConfiguration.BuilderRetryConfiguration.Builder. delayStrategy(DelayStrategy delayStrategy) -
Uses of DelayStrategy in com.oracle.bmc.waiter
Classes in com.oracle.bmc.waiter that implement DelayStrategy Modifier and Type Class Description classExponentialBackoffDelayStrategyDelay strategy that increases the wait time exponentially until a max time has been reached.classExponentialBackoffDelayStrategyWithJitterDelay strategy that increases the wait time exponentially until a max time has been reached.classFixedTimeDelayStrategyDelay strategy that waits a constant amount of time between poll attempts.Fields in com.oracle.bmc.waiter declared as DelayStrategy Modifier and Type Field Description static DelayStrategyWaiters. DEFAULT_POLLING_DELAY_STRATEGYDefault polling delay strategy is to use exponential backoff with a max of 30 seconds between attempts.Methods in com.oracle.bmc.waiter that return DelayStrategy Modifier and Type Method Description DelayStrategyWaiterConfiguration. getDelayStrategy()Methods in com.oracle.bmc.waiter with parameters of type DelayStrategy Modifier and Type Method Description static BmcGenericWaiterWaiters. newWaiter(TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)Creates a new waiter using the given strategies.Constructors in com.oracle.bmc.waiter with parameters of type DelayStrategy Constructor Description BmcGenericWaiter(TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)Creates a new waiter with the given strategies.WaiterConfiguration(TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
-