| 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.S3ClientCreationParameters clientCreationParameters,
org.apache.hadoop.fs.statistics.DurationTrackerFactory durationTrackerFactory)
Create the Client Manager; protected to allow for mocking.
|
| Constructor and Description |
|---|
ClientManagerImpl(S3ClientFactory clientFactory,
S3ClientFactory.S3ClientCreationParameters clientCreationParameters,
org.apache.hadoop.fs.statistics.DurationTrackerFactory durationTrackerFactory)
Constructor.
|
Copyright © 2008–2024 Apache Software Foundation. All rights reserved.