| Package | Description |
|---|---|
| org.apache.hadoop.fs.s3a |
S3A Filesystem.
|
| org.apache.hadoop.fs.s3a.auth.delegation |
Extensible delegation token support for the S3A connector.
|
| Modifier and Type | Field and Description |
|---|---|
static Invoker.Retried |
Invoker.LOG_EVENT
Log retries 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,
boolean shouldRetry,
Invoker.Retried retrying)
Abort a multipart upload operation.
|
void |
WriteOperations.abortMultipartUpload(String destKey,
String uploadId,
boolean shouldRetry,
Invoker.Retried retrying)
Abort a multipart upload operation.
|
<T> T |
Invoker.maybeRetry(boolean doRetry,
String action,
String path,
boolean idempotent,
Invoker.Retried retrying,
org.apache.hadoop.util.functional.CallableRaisingIOE<T> operation)
Execute a function with retry processing when doRetry=true, else just once.
|
void |
Invoker.maybeRetry(boolean doRetry,
String action,
String path,
boolean idempotent,
Invoker.Retried retrying,
org.apache.hadoop.util.functional.InvocationRaisingIOE operation)
Execute a void operation with retry processing when doRetry=true, else
just once.
|
<T> T |
Invoker.retry(String action,
String path,
boolean idempotent,
Invoker.Retried retrying,
org.apache.hadoop.util.functional.CallableRaisingIOE<T> operation)
Execute a function with retry processing.
|
void |
Invoker.retry(String action,
String path,
boolean idempotent,
Invoker.Retried retrying,
org.apache.hadoop.util.functional.InvocationRaisingIOE operation)
Execute a void operation with retry processing.
|
<T> T |
Invoker.retryUntranslated(String text,
boolean idempotent,
Invoker.Retried retrying,
org.apache.hadoop.util.functional.CallableRaisingIOE<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.
|
| Modifier and Type | Field and Description |
|---|---|
static Invoker.Retried |
SessionTokenBinding.LOG_EVENT
Log retries at debug.
|
Copyright © 2008–2022 Apache Software Foundation. All rights reserved.