Uses of Class
com.oracle.bmc.retrier.RetryConfiguration
-
Packages that use RetryConfiguration Package Description com.oracle.bmc com.oracle.bmc.http.internal com.oracle.bmc.requests com.oracle.bmc.retrier -
-
Uses of RetryConfiguration in com.oracle.bmc
Methods in com.oracle.bmc that return RetryConfiguration Modifier and Type Method Description RetryConfigurationClientConfiguration. getRetryConfiguration()Methods in com.oracle.bmc with parameters of type RetryConfiguration Modifier and Type Method Description ClientConfiguration.ClientConfigurationBuilderClientConfiguration.ClientConfigurationBuilder. retryConfiguration(RetryConfiguration retryConfiguration) -
Uses of RetryConfiguration in com.oracle.bmc.http.internal
Methods in com.oracle.bmc.http.internal with parameters of type RetryConfiguration Modifier and Type Method Description ClientCall<REQ,RESP,RESP_BUILDER>ClientCall. retryConfiguration(RetryConfiguration retryConfiguration) -
Uses of RetryConfiguration in com.oracle.bmc.requests
Methods in com.oracle.bmc.requests that return RetryConfiguration Modifier and Type Method Description RetryConfigurationBmcRequest. getRetryConfiguration()OptionalRetryConfigurationto use for this request.Methods in com.oracle.bmc.requests with parameters of type RetryConfiguration Modifier and Type Method Description voidBmcRequest. setRetryConfiguration(RetryConfiguration retryConfiguration)OptionalRetryConfigurationto use for this request. -
Uses of RetryConfiguration in com.oracle.bmc.retrier
Fields in com.oracle.bmc.retrier declared as RetryConfiguration Modifier and Type Field Description static RetryConfigurationRetryConfiguration. NO_RETRY_CONFIGURATIONstatic RetryConfigurationRetryConfiguration. SDK_DEFAULT_RETRY_CONFIGURATIONstatic RetryConfigurationRetryConfiguration. SDK_FAIL_FAST_CIRCUIT_BREAKER_DEFAULT_RETRY_CONFIGURATIONstatic RetryConfigurationRetryConfiguration. SDK_RETRY_ON_OPEN_CIRCUIT_BREAKER_DEFAULT_RETRY_CONFIGURATIONMethods in com.oracle.bmc.retrier that return RetryConfiguration Modifier and Type Method Description RetryConfigurationRetryConfiguration.Builder. build()Build the retry configurationstatic RetryConfigurationRetriers. getDefaultRetryConfiguration()Getter for the default retry configuration.static RetryConfigurationRetriers. getPreferredRetryConfiguration(RetryConfiguration requestRetryConfiguration, RetryConfiguration clientRetryConfiguration, boolean specBasedDefaultRetryEnabled)Choose the desired retry configuration.Methods in com.oracle.bmc.retrier with parameters of type RetryConfiguration Modifier and Type Method Description static BmcGenericRetrierRetriers. createPreferredRetrier(RetryConfiguration requestRetryConfiguration, RetryConfiguration clientRetryConfiguration)Choose the desired retry configuration and use it to create the retrier.static BmcGenericRetrierRetriers. createPreferredRetrier(RetryConfiguration requestRetryConfiguration, RetryConfiguration clientRetryConfiguration, boolean specBasedDefaultRetryEnabled)Choose the desired retry configuration and use it to create the retrier.static RetryConfigurationRetriers. getPreferredRetryConfiguration(RetryConfiguration requestRetryConfiguration, RetryConfiguration clientRetryConfiguration, boolean specBasedDefaultRetryEnabled)Choose the desired retry configuration.static voidRetriers. setDefaultRetryConfiguration(RetryConfiguration retryConfiguration)Setter for the default retry configuration used in the SDK.static booleanRetriers. shouldPrepareForRetryBecauseOfRetryConfiguration(RetryConfiguration rc)Returns true if the retry configuration indicates that we should prepare for retries.static <T extends BmcRequest<InputStream>>
TRetriers. wrapBodyInputStreamIfNecessary(T request, BmcRequest.Builder<T,InputStream> builder, RetryConfiguration retryConfiguration)Wrap the input stream in the request so retries can work.Constructors in com.oracle.bmc.retrier with parameters of type RetryConfiguration Constructor Description BmcGenericRetrier(RetryConfiguration retryConfiguration)Creates a new retrier with the given configuration.
-