| Package | Description |
|---|---|
| org.apache.hadoop.fs.s3a |
S3A Filesystem.
|
| Modifier and Type | Method and Description |
|---|---|
static <T> void |
Invoker.ignoreIOExceptions(org.slf4j.Logger log,
String action,
String path,
Invoker.Operation<T> operation)
Execute an operation and ignore all raised IOExceptions; log at INFO;
full stack only at DEBUG.
|
static <T> T |
Invoker.once(String action,
String path,
Invoker.Operation<T> operation)
Execute a function, translating any exception into an IOException.
|
static <T> Optional<T> |
Invoker.quietlyEval(String action,
String path,
Invoker.Operation<T> operation)
Execute an operation; any exception raised is caught and
logged at debug.
|
<T> T |
Invoker.retry(String action,
String path,
boolean idempotent,
Invoker.Operation<T> operation)
Execute a function with the default retry callback invoked.
|
<T> T |
WriteOperationHelper.retry(String action,
String path,
boolean idempotent,
Invoker.Operation<T> operation)
Execute a function with retry processing.
|
<T> T |
Invoker.retry(String action,
String path,
boolean idempotent,
Invoker.Retried retrying,
Invoker.Operation<T> operation)
Execute a function with retry processing.
|
<T> T |
Invoker.retryUntranslated(String text,
boolean idempotent,
Invoker.Operation<T> operation)
Execute a function with retry processing and no translation.
|
<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.
|
Copyright © 2008–2021 Apache Software Foundation. All rights reserved.