Interface and Description |
---|
org.apache.hadoop.fs.s3a.S3ClientFactory
This interface will be replaced by one which uses the AWS SDK V2 S3 client as part of
upgrading S3A to SDK V2. See HADOOP-18073.
|
Class and Description |
---|
org.apache.hadoop.fs.s3native.NativeS3FileSystem
Replaced by the S3A client.
|
org.apache.hadoop.fs.s3a.select.SelectConstants |
Method and Description |
---|
org.apache.hadoop.fs.s3a.S3AUtils.closeAll(Logger, Closeable...) |
org.apache.hadoop.fs.s3a.S3AFileStatus.getETag()
use
EtagSource.getEtag() for
public access. |
org.apache.hadoop.fs.s3a.S3ALocatedFileStatus.getETag()
use
EtagSource.getEtag() for
public access. |
org.apache.hadoop.fs.s3a.S3AFileSystem.getObjectMetadata(Path)
use S3AInternals API.
|
org.apache.hadoop.fs.s3a.S3AFileSystem.hasCapability(String) |
org.apache.hadoop.fs.s3a.S3AUtils.lookupPassword(String, Configuration, String, String) |
org.apache.hadoop.fs.s3a.AWSCredentialProviderList.refresh() |
org.apache.hadoop.fs.s3a.S3AFileSystem.setInputPolicy(S3AInputPolicy)
use openFile() options
|
Copyright © 2008–2024 Apache Software Foundation. All rights reserved.