Uses of Interface
com.cloudera.cdp.http.RetryChecker
Packages that use RetryChecker
-
Uses of RetryChecker in com.cloudera.cdp.http
Classes in com.cloudera.cdp.http that implement RetryCheckerModifier and TypeClassDescriptionclass
RetryChecker that compares the status code of the HTTP response to the set of retriable HTTP codes.Constructors in com.cloudera.cdp.http with parameters of type RetryCheckerModifierConstructorDescriptionSimpleRetryHandler
(RetryChecker retryChecker, DelayPolicy delayPolicy, int maxAttempts) Constructor.