| Package | Description |
|---|---|
| org.apache.hadoop.fs.s3a |
S3A Filesystem.
|
| Modifier and Type | Field and Description |
|---|---|
static Invoker.Retried |
Invoker.LOG_EVENT
Log summary at info, full stack at debug.
|
static Invoker.Retried |
Invoker.NO_OP
No op for a retrying callback.
|
| Modifier and Type | Method and Description |
|---|---|
Invoker.Retried |
Invoker.getRetryCallback() |
| Modifier and Type | Method and Description |
|---|---|
void |
WriteOperationHelper.abortMultipartUpload(String destKey,
String uploadId,
Invoker.Retried retrying)
Abort a multipart upload operation.
|
<T> T |
Invoker.retry(String action,
String path,
boolean idempotent,
Invoker.Retried retrying,
Invoker.Operation<T> operation)
Execute a function with retry processing.
|
void |
Invoker.retry(String action,
String path,
boolean idempotent,
Invoker.Retried retrying,
Invoker.VoidOperation operation)
Execute a void operation with retry processing.
|
<T> T |
Invoker.retryUntranslated(String text,
boolean idempotent,
Invoker.Retried retrying,
Invoker.Operation<T> operation)
Execute a function with retry processing: AWS SDK Exceptions
are not translated.
|
| Constructor and Description |
|---|
Invoker(org.apache.hadoop.io.retry.RetryPolicy retryPolicy,
Invoker.Retried retryCallback)
Instantiate.
|
Copyright © 2008–2021 Apache Software Foundation. All rights reserved.