| Package | Description |
|---|---|
| org.apache.hadoop.fs.s3a |
S3A Filesystem.
|
| org.apache.hadoop.fs.s3a.auth |
Authentication and permissions support.
|
| Modifier and Type | Method and Description |
|---|---|
protected S3ListResult |
S3AFileSystem.continueListObjects(S3ListRequest request,
S3ListResult prevResult)
List the next set of objects.
|
org.apache.hadoop.fs.s3a.Listing.FileStatusListingIterator |
Listing.createFileStatusListingIterator(org.apache.hadoop.fs.Path listPath,
S3ListRequest request,
org.apache.hadoop.fs.PathFilter filter,
org.apache.hadoop.fs.s3a.Listing.FileStatusAcceptor acceptor,
org.apache.hadoop.fs.RemoteIterator<S3AFileStatus> providedStatus)
Create a FileStatus iterator against a path, with a given
list object request.
|
protected void |
S3AFileSystem.deleteObject(String key)
Delete an object.
|
protected com.amazonaws.services.s3.model.ObjectMetadata |
S3AFileSystem.getObjectMetadata(String key,
ChangeTracker changeTracker,
Invoker changeInvoker,
String operation)
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.
|
| Modifier and Type | Method and Description |
|---|---|
com.amazonaws.auth.AWSCredentials |
AssumedRoleCredentialProvider.getCredentials()
Get credentials.
|
Copyright © 2008–2020 Apache Software Foundation. All rights reserved.