| 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 | Class and Description |
|---|---|
class |
DefaultS3ClientFactory
The default
S3ClientFactory implementation. |
| Modifier and Type | Field and Description |
|---|---|
static Class<? extends S3ClientFactory> |
Constants.DEFAULT_S3_CLIENT_FACTORY_IMPL
Default factory:
org.apache.hadoop.fs.s3a.DefaultS3ClientFactory. |
| Modifier and Type | Method and Description |
|---|---|
protected ClientManager |
S3AFileSystem.createClientManager(S3ClientFactory clientFactory,
S3ClientFactory unencryptedClientFactory,
S3ClientFactory.S3ClientCreationParameters clientCreationParameters,
org.apache.hadoop.fs.statistics.DurationTrackerFactory durationTrackerFactory)
Create the Client Manager; protected to allow for mocking.
|
| Modifier and Type | Class and Description |
|---|---|
class |
EncryptionS3ClientFactory
Factory class to create encrypted s3 client and encrypted async s3 client.
|
| Modifier and Type | Method and Description |
|---|---|
S3ClientFactory |
BaseS3AFileSystemOperations.getS3ClientFactory(org.apache.hadoop.conf.Configuration conf)
Retrieves the S3 client factory for the specified class and configuration.
|
S3ClientFactory |
S3AFileSystemOperations.getS3ClientFactory(org.apache.hadoop.conf.Configuration conf)
Retrieves the S3 client factory for the specified class and configuration.
|
S3ClientFactory |
CSES3AFileSystemOperations.getS3ClientFactory(org.apache.hadoop.conf.Configuration conf)
Retrieves the S3 client factory for the specified class and configuration.
|
S3ClientFactory |
CSEV1CompatibleS3AFileSystemOperations.getUnencryptedS3ClientFactory(org.apache.hadoop.conf.Configuration conf)
Retrieves the S3 client factory for the specified class and configuration.
|
S3ClientFactory |
BaseS3AFileSystemOperations.getUnencryptedS3ClientFactory(org.apache.hadoop.conf.Configuration conf)
Retrieves the S3 client factory for the specified class and configuration.
|
S3ClientFactory |
S3AFileSystemOperations.getUnencryptedS3ClientFactory(org.apache.hadoop.conf.Configuration conf)
Retrieves the S3 client factory for the specified class and configuration.
|
S3ClientFactory |
CSES3AFileSystemOperations.getUnencryptedS3ClientFactory(org.apache.hadoop.conf.Configuration conf)
Retrieves the S3 client factory for the specified class and configuration.
|
| Constructor and Description |
|---|
ClientManagerImpl(S3ClientFactory clientFactory,
S3ClientFactory unencryptedClientFactory,
S3ClientFactory.S3ClientCreationParameters clientCreationParameters,
org.apache.hadoop.fs.statistics.DurationTrackerFactory durationTrackerFactory)
Constructor.
|
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.