| 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 |
|---|---|
void |
S3AFileSystem.abortMultipartUpload(software.amazon.awssdk.services.s3.model.MultipartUpload upload)
Abort a multipart upload.
|
void |
S3AFileSystem.abortMultipartUpload(String destKey,
String uploadId)
Abort a multipart upload.
|
org.apache.hadoop.fs.RemoteIterator<org.apache.hadoop.fs.LocatedFileStatus> |
S3AFileSystem.listLocatedStatus(org.apache.hadoop.fs.Path f,
org.apache.hadoop.fs.PathFilter filter)
.
|
software.amazon.awssdk.services.s3.model.UploadPartRequest.Builder |
WriteOperationHelper.newUploadPartRequestBuilder(String destKey,
String uploadId,
int partNumber,
long size)
Create and initialize a part request builder of a multipart upload.
|
static <T> T |
Invoker.once(String action,
String path,
org.apache.hadoop.util.functional.CallableRaisingIOE<T> operation)
Execute a function, translating any exception into an IOException.
|
static void |
Invoker.once(String action,
String path,
org.apache.hadoop.util.functional.InvocationRaisingIOE operation)
Execute an operation with no result.
|
static <T> T |
Invoker.onceInTheFuture(String action,
String path,
Future<T> future)
Wait for a future, translating SdkException into an IOException.
|
static <T> T |
Invoker.onceTrackingDuration(String action,
String path,
org.apache.hadoop.fs.statistics.DurationTracker tracker,
org.apache.hadoop.util.functional.CallableRaisingIOE<T> operation)
Execute a function, translating any exception into an IOException.
|
void |
WriteOperations.revertCommit(String destKey)
Revert a commit by deleting the file.
|
void |
WriteOperationHelper.revertCommit(String destKey)
Revert a commit by deleting the file.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractSessionCredentialsProvider.init()
Initialize the credentials by calling
AbstractSessionCredentialsProvider.createCredentials(Configuration) with the current config. |
Copyright © 2008–2024 Apache Software Foundation. All rights reserved.