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