| Package | Description |
|---|---|
| org.apache.hadoop.fs.s3a |
S3A Filesystem.
|
| org.apache.hadoop.fs.s3a.auth |
Authentication and permissions support.
|
| 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 |
|---|---|
Invoker |
S3AOpContext.getInvoker() |
Invoker |
S3AReadOpContext.getReadInvoker()
Get invoker to use for read operations.
|
| Modifier and Type | Method and Description |
|---|---|
protected com.amazonaws.services.s3.model.ObjectMetadata |
S3AFileSystem.getObjectMetadata(String key,
ChangeTracker changeTracker,
Invoker changeInvoker,
String operation)
Request object metadata; increments counters in the process.
|
| Constructor and Description |
|---|
S3AOpContext(Invoker invoker,
org.apache.hadoop.fs.FileSystem.Statistics stats,
S3AStatisticsContext instrumentation,
org.apache.hadoop.fs.FileStatus dstFileStatus)
Constructor.
|
S3AReadOpContext(org.apache.hadoop.fs.Path path,
Invoker invoker,
org.apache.hadoop.fs.FileSystem.Statistics stats,
S3AStatisticsContext instrumentation,
org.apache.hadoop.fs.FileStatus dstFileStatus,
VectoredIOContext vectoredIOContext,
org.apache.hadoop.fs.statistics.IOStatisticsAggregator ioStatisticsAggregator)
Instantiate.
|
| Modifier and Type | Method and Description |
|---|---|
static STSClientFactory.STSClient |
STSClientFactory.createClientConnection(com.amazonaws.services.securitytoken.AWSSecurityTokenService tokenService,
Invoker invoker)
Create an STS Client instance.
|
static MarshalledCredentials |
MarshalledCredentialBinding.requestSessionCredentials(com.amazonaws.auth.AWSCredentialsProvider parentCredentials,
com.amazonaws.ClientConfiguration awsConf,
String stsEndpoint,
String stsRegion,
int duration,
Invoker invoker)
Request a set of credentials from an STS endpoint.
|
| Modifier and Type | Method and Description |
|---|---|
protected Invoker |
SessionTokenBinding.getInvoker()
Get the invoker for STS calls.
|
| Modifier and Type | Method and Description |
|---|---|
Invoker |
StoreContext.getInvoker() |
| Modifier and Type | Method and Description |
|---|---|
StoreContextBuilder |
StoreContextBuilder.setInvoker(Invoker invoke) |
Copyright © 2008–2023 Apache Software Foundation. All rights reserved.