| Package | Description |
|---|---|
| org.apache.hadoop.fs.s3a |
S3A Filesystem.
|
| org.apache.hadoop.fs.s3a.commit |
Support for committing the output of analytics jobs directly to S3.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
Invoker.ignoreIOExceptions(org.slf4j.Logger log,
String action,
String path,
Invoker.VoidOperation operation)
Execute an operation and ignore all raised IOExceptions; log at INFO;
full stack only at DEBUG.
|
static void |
Invoker.once(String action,
String path,
Invoker.VoidOperation operation)
Execute an operation with no result.
|
static void |
Invoker.quietly(String action,
String path,
Invoker.VoidOperation operation)
Execute an operation; any exception raised is simply caught and
logged at debug.
|
void |
Invoker.retry(String action,
String path,
boolean idempotent,
Invoker.Retried retrying,
Invoker.VoidOperation operation)
Execute a void operation with retry processing.
|
void |
Invoker.retry(String action,
String path,
boolean idempotent,
Invoker.VoidOperation operation)
Execute a void operation with the default retry callback invoked.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractS3ACommitter.maybeIgnore(boolean suppress,
String action,
Invoker.VoidOperation operation)
Execute an operation; maybe suppress any raised IOException.
|
Copyright © 2008–2019 Apache Software Foundation. All rights reserved.