| 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.HeadObjectResponse |
S3AStore.headObject(String key,
ChangeTracker changeTracker,
Invoker changeInvoker,
S3AFileSystemOperations fsHandler,
String operation)
Performs a HEAD request on an S3 object to retrieve its metadata.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BaseS3AFileSystemOperations
An implementation of the
S3AFileSystemOperations interface. |
class |
CSES3AFileSystemOperations
An implementation of the
S3AFileSystemOperations interface. |
class |
CSEV1CompatibleS3AFileSystemOperations
An extension of the
CSES3AFileSystemOperations class. |
| Modifier and Type | Method and Description |
|---|---|
software.amazon.awssdk.services.s3.model.HeadObjectResponse |
S3AStoreImpl.headObject(String key,
ChangeTracker changeTracker,
Invoker changeInvoker,
S3AFileSystemOperations fsHandler,
String operation)
Performs a HEAD request on an S3 object to retrieve its metadata.
|
| Constructor and Description |
|---|
InputStreamCallbacksImpl(org.apache.hadoop.fs.store.audit.AuditSpan auditSpan,
S3AStore store,
S3AFileSystemOperations fsOperations,
ThreadPoolExecutor threadPool)
Create.
|
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.