Package | Description |
---|---|
com.ibm.cloud.objectstorage.retry | |
com.ibm.cloud.objectstorage.retry.v2 |
Modifier and Type | Method and Description |
---|---|
long |
PredefinedBackoffStrategies.FullJitterBackoffStrategy.computeDelayBeforeNextRetry(RetryPolicyContext context) |
long |
PredefinedBackoffStrategies.EqualJitterBackoffStrategy.computeDelayBeforeNextRetry(RetryPolicyContext context) |
long |
PredefinedBackoffStrategies.ExponentialBackoffStrategy.computeDelayBeforeNextRetry(RetryPolicyContext context) |
long |
PredefinedBackoffStrategies.SDKDefaultBackoffStrategy.computeDelayBeforeNextRetry(RetryPolicyContext context) |
long |
RetryPolicyAdapter.computeDelayBeforeNextRetry(RetryPolicyContext context) |
boolean |
RetryPolicyAdapter.isRetryable(RetryPolicyContext context) |
boolean |
RetryPolicyAdapter.maxRetriesExceeded(RetryPolicyContext context) |
boolean |
RetryPolicyAdapter.shouldRetry(RetryPolicyContext context) |
Modifier and Type | Method and Description |
---|---|
RetryPolicyContext |
RetryPolicyContext.Builder.build() |
Modifier and Type | Method and Description |
---|---|
long |
SimpleRetryPolicy.computeDelayBeforeNextRetry(RetryPolicyContext context) |
long |
FixedDelayBackoffStrategy.computeDelayBeforeNextRetry(RetryPolicyContext context) |
long |
BackoffStrategy.computeDelayBeforeNextRetry(RetryPolicyContext context)
Compute the delay before the next retry request.
|
boolean |
OrRetryCondition.shouldRetry(RetryPolicyContext context) |
boolean |
MaxNumberOfRetriesCondition.shouldRetry(RetryPolicyContext context) |
boolean |
RetryOnExceptionsCondition.shouldRetry(RetryPolicyContext context) |
boolean |
RetryCondition.shouldRetry(RetryPolicyContext context)
Determine whether a request should or should not be retried.
|
boolean |
AndRetryCondition.shouldRetry(RetryPolicyContext context) |
boolean |
SimpleRetryPolicy.shouldRetry(RetryPolicyContext context) |
boolean |
RetryOnStatusCodeCondition.shouldRetry(RetryPolicyContext context) |
Copyright © 2024. All rights reserved.