public class S3GuardExistsRetryPolicy extends S3ARetryPolicy
baseExponentialRetry, connectivityFailure, fail, retryIdempotentCalls, throttlePolicy| Constructor and Description |
|---|
S3GuardExistsRetryPolicy(org.apache.hadoop.conf.Configuration conf)
Instantiate.
|
| Modifier and Type | Method and Description |
|---|---|
protected Map<Class<? extends Exception>,org.apache.hadoop.io.retry.RetryPolicy> |
createExceptionMap()
Subclasses can override this like a constructor to change behavior: call
superclass method, then modify it as needed, and return it.
|
createThrottleRetryPolicy, getConfiguration, shouldRetrypublic S3GuardExistsRetryPolicy(org.apache.hadoop.conf.Configuration conf)
conf - configuration to read.protected Map<Class<? extends Exception>,org.apache.hadoop.io.retry.RetryPolicy> createExceptionMap()
S3ARetryPolicycreateExceptionMap in class S3ARetryPolicyCopyright © 2008–2022 Apache Software Foundation. All rights reserved.