Uses of Interface
com.cloudera.cdp.http.RetryHandler
Packages that use RetryHandler
-
Uses of RetryHandler in com.cloudera.cdp.client
Methods in com.cloudera.cdp.client that return RetryHandlerModifier and TypeMethodDescriptionCdpClientConfiguration.getRetryHandler()
CdpClientConfigurationBuilder.getRetryHandler()
Gets the current value of the retryHandler property.CdpRequestContext.getRetryHandler()
Methods in com.cloudera.cdp.client with parameters of type RetryHandlerModifier and TypeMethodDescriptionvoid
CdpRequestContext.setRetryHandler
(RetryHandler retryHandler) CdpClientConfigurationBuilder.withRetryHandler
(RetryHandler retryHandler) Sets the value for RetryHandler. -
Uses of RetryHandler in com.cloudera.cdp.http
Classes in com.cloudera.cdp.http that implement RetryHandlerModifier and TypeClassDescriptionclass
A retry handler that will never retry.class
Handle retry attempts with the given checker and delay policy.