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 TypeMethodDescriptionvoidCdpRequestContext.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 TypeClassDescriptionclassA retry handler that will never retry.classHandle retry attempts with the given checker and delay policy.