| 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 |
|---|---|
protected RequestFactory |
S3AFileSystem.createRequestFactory()
Build the request factory.
|
RequestFactory |
WriteOperationHelper.getRequestFactory()
Get the request factory which uses this store's audit span.
|
RequestFactory |
S3AFileSystem.getRequestFactory()
Get the request factory which uses this store's audit span.
|
RequestFactory |
S3AStore.getRequestFactory() |
| Modifier and Type | Class and Description |
|---|---|
class |
RequestFactoryImpl
The standard implementation of the request factory.
|
| Modifier and Type | Method and Description |
|---|---|
RequestFactory |
RequestFactoryImpl.RequestFactoryBuilder.build()
Build the request factory.
|
RequestFactory |
ContextAccessors.getRequestFactory()
Get the request factory.
|
RequestFactory |
StoreContext.getRequestFactory()
Get the request factory.
|
RequestFactory |
S3AStoreImpl.getRequestFactory() |
| Modifier and Type | Method and Description |
|---|---|
software.amazon.awssdk.core.ResponseInputStream<software.amazon.awssdk.services.s3.model.GetObjectResponse> |
CSEV1CompatibleS3AFileSystemOperations.getObject(S3AStore store,
software.amazon.awssdk.services.s3.model.GetObjectRequest request,
RequestFactory factory)
Retrieves an object from the S3.
|
software.amazon.awssdk.core.ResponseInputStream<software.amazon.awssdk.services.s3.model.GetObjectResponse> |
BaseS3AFileSystemOperations.getObject(S3AStore store,
software.amazon.awssdk.services.s3.model.GetObjectRequest request,
RequestFactory factory)
Retrieves an object from the S3.
|
software.amazon.awssdk.core.ResponseInputStream<software.amazon.awssdk.services.s3.model.GetObjectResponse> |
S3AFileSystemOperations.getObject(S3AStore store,
software.amazon.awssdk.services.s3.model.GetObjectRequest request,
RequestFactory factory)
Retrieves an object from the S3.
|
software.amazon.awssdk.core.ResponseInputStream<software.amazon.awssdk.services.s3.model.GetObjectResponse> |
CSES3AFileSystemOperations.getObject(S3AStore store,
software.amazon.awssdk.services.s3.model.GetObjectRequest request,
RequestFactory factory)
Retrieves an object from the S3 using encrypted S3 client.
|
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.