public interface TierObjectStoreRetryPolicy
Modifier and Type | Interface and Description |
---|---|
static class |
TierObjectStoreRetryPolicy.RetryInfo |
Modifier and Type | Method and Description |
---|---|
TierObjectStoreRetryPolicy.RetryInfo |
shouldRetry(Exception exception,
int currentRetryCount) |
TierObjectStoreRetryPolicy.RetryInfo shouldRetry(Exception exception, int currentRetryCount)
exception
- The exception that failed the operation.currentRetryCount
- The number of times the operation has been attempted (not including the next attempt).