| Package | Description |
|---|---|
| org.apache.hadoop.fs.s3a |
S3A Filesystem.
|
| org.apache.hadoop.fs.s3a.auth |
Authentication and permissions support.
|
| org.apache.hadoop.fs.s3a.impl |
Implementation classes private to the S3A store.
|
| Modifier and Type | Method and Description |
|---|---|
protected S3ListResult |
S3AFileSystem.continueListObjects(S3ListRequest request,
S3ListResult prevResult,
org.apache.hadoop.fs.statistics.DurationTrackerFactory trackerFactory)
List the next set of objects.
|
CompletableFuture<S3ListResult> |
S3AFileSystem.ListingOperationCallbacksImpl.continueListObjectsAsync(S3ListRequest request,
S3ListResult prevResult,
org.apache.hadoop.fs.statistics.DurationTrackerFactory trackerFactory,
org.apache.hadoop.fs.store.audit.AuditSpan span) |
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.store.audit.AuditSpan span)
Create a FileStatus iterator against a path, with a given list object
request.
|
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,
org.apache.hadoop.fs.store.audit.AuditSpan span)
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,
org.apache.hadoop.fs.statistics.DurationTrackerFactory trackerFactory)
Initiate a
listObjects operation, incrementing metrics
in the process. |
CompletableFuture<S3ListResult> |
S3AFileSystem.ListingOperationCallbacksImpl.listObjectsAsync(S3ListRequest request,
org.apache.hadoop.fs.statistics.DurationTrackerFactory trackerFactory,
org.apache.hadoop.fs.store.audit.AuditSpan span) |
<T> T |
Invoker.retryUntranslated(String text,
boolean idempotent,
org.apache.hadoop.util.functional.CallableRaisingIOE<T> operation)
Execute a function with retry processing and no translation.
|
<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.
|
| Modifier and Type | Method and Description |
|---|---|
com.amazonaws.auth.AWSCredentials |
AssumedRoleCredentialProvider.getCredentials()
Get credentials.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<S3ListResult> |
ListingOperationCallbacks.continueListObjectsAsync(S3ListRequest request,
S3ListResult prevResult,
org.apache.hadoop.fs.statistics.DurationTrackerFactory trackerFactory,
org.apache.hadoop.fs.store.audit.AuditSpan span)
List the next set of objects.
|
CompletableFuture<S3ListResult> |
ListingOperationCallbacks.listObjectsAsync(S3ListRequest request,
org.apache.hadoop.fs.statistics.DurationTrackerFactory trackerFactory,
org.apache.hadoop.fs.store.audit.AuditSpan span)
Initiate a
listObjectsAsync operation, incrementing metrics
in the process. |
Copyright © 2008–2022 Apache Software Foundation. All rights reserved.