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 TypeClassDescriptionclassImplement an exponential backoff policy.Constructors in com.cloudera.cdp.http with parameters of type DelayPolicyModifierConstructorDescriptionSimpleRetryHandler(RetryChecker retryChecker, DelayPolicy delayPolicy, int maxAttempts) Constructor.