Uses of Interface
com.cloudera.cdp.http.DelayPolicy
Packages that use DelayPolicy
-
Uses of DelayPolicy in com.cloudera.cdp.http
Classes in com.cloudera.cdp.http that implement DelayPolicyModifier and TypeClassDescriptionclass
Implement an exponential backoff policy.Constructors in com.cloudera.cdp.http with parameters of type DelayPolicyModifierConstructorDescriptionSimpleRetryHandler
(RetryChecker retryChecker, DelayPolicy delayPolicy, int maxAttempts) Constructor.