| Package | Description |
|---|---|
| org.apache.hadoop.fs.s3a |
S3A Filesystem.
|
| org.apache.hadoop.fs.s3a.impl |
Implementation classes private to the S3A store.
|
| Modifier and Type | Method and Description |
|---|---|
software.amazon.awssdk.services.s3.model.PutObjectRequest |
WriteOperationHelper.createPutObjectRequest(String destKey,
long length,
PutObjectOptions options,
boolean isFile)
Create a
PutObjectRequest request against the specific key. |
software.amazon.awssdk.core.ResponseInputStream<software.amazon.awssdk.services.s3.model.GetObjectResponse> |
S3AInputStream.InputStreamCallbacks.getObject(software.amazon.awssdk.services.s3.model.GetObjectRequest request)
Execute the request.
|
UploadInfo |
S3AFileSystem.putObject(software.amazon.awssdk.services.s3.model.PutObjectRequest putObjectRequest,
File file,
ProgressableProgressListener listener)
Start a transfer-manager managed async PUT of an object,
incrementing the put requests and put bytes
counters.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RequestFactoryImpl.PrepareRequest.prepareRequest(software.amazon.awssdk.core.SdkRequest.Builder t)
Post-creation preparation of AWS request.
|
Copyright © 2008–2024 Apache Software Foundation. All rights reserved.