Package | Description |
---|---|
org.apache.hadoop.fs.s3a |
S3A Filesystem.
|
org.apache.hadoop.fs.s3a.api |
Where the interfaces for classes implemented in
o.a.h.fs.s3a.impl
should go. |
org.apache.hadoop.fs.s3a.auth.delegation |
Extensible delegation token support for the S3A connector.
|
org.apache.hadoop.fs.s3a.impl |
Implementation classes private to the S3A store.
|
Modifier and Type | Method and Description |
---|---|
static S3AEncryptionMethods |
S3AUtils.getEncryptionAlgorithm(String bucket,
org.apache.hadoop.conf.Configuration conf)
Get the server-side encryption or client side encryption algorithm.
|
static S3AEncryptionMethods |
S3AEncryptionMethods.getMethod(String name)
Get the encryption mechanism from the value provided.
|
S3AEncryptionMethods |
S3AFileSystem.getS3EncryptionAlgorithm()
Get the encryption algorithm of this connector.
|
S3AEncryptionMethods |
S3ObjectAttributes.getServerSideEncryptionAlgorithm() |
static S3AEncryptionMethods |
S3AEncryptionMethods.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static S3AEncryptionMethods[] |
S3AEncryptionMethods.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
S3ObjectAttributes(String bucket,
org.apache.hadoop.fs.Path path,
String key,
S3AEncryptionMethods serverSideEncryptionAlgorithm,
String serverSideEncryptionKey,
String eTag,
String versionId,
long len)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
S3AEncryptionMethods |
RequestFactory.getServerSideEncryptionAlgorithm()
Get the encryption algorithm of this endpoint.
|
Modifier and Type | Method and Description |
---|---|
S3AEncryptionMethods |
EncryptionSecrets.getEncryptionMethod()
Get the encryption method.
|
Constructor and Description |
---|
EncryptionSecrets(S3AEncryptionMethods encryptionAlgorithm,
String encryptionKey)
Create a pair of secrets.
|
Modifier and Type | Method and Description |
---|---|
S3AEncryptionMethods |
RequestFactoryImpl.getServerSideEncryptionAlgorithm()
Get the encryption algorithm of this endpoint.
|
Copyright © 2008–2024 Apache Software Foundation. All rights reserved.