| Package | Description |
|---|---|
| org.apache.hadoop.fs.s3a |
S3A Filesystem.
|
| Modifier and Type | Method and Description |
|---|---|
protected S3ListResult |
S3AFileSystem.continueListObjects(S3ListRequest request,
S3ListResult prevResult)
List the next set of objects.
|
protected void |
S3AFileSystem.deleteObject(String key)
Delete an object.
|
com.amazonaws.services.s3.model.ObjectMetadata |
S3AFileSystem.getObjectMetadata(org.apache.hadoop.fs.Path path)
Low-level call to get at the object metadata.
|
protected com.amazonaws.services.s3.model.ObjectMetadata |
S3AFileSystem.getObjectMetadata(String key)
Request object metadata; increments counters in the process.
|
protected S3ListResult |
S3AFileSystem.listObjects(S3ListRequest request)
Initiate a
listObjects operation, incrementing metrics
in the process. |
<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–2019 Apache Software Foundation. All rights reserved.