| 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 | Method and Description |
|---|---|
S3AInputPolicy |
S3AReadOpContext.getInputPolicy()
Get the IO policy.
|
S3AInputPolicy |
S3AFileSystem.getInputPolicy()
Get the input policy for this FS instance.
|
static S3AInputPolicy |
S3AInputPolicy.getPolicy(String name)
Choose an FS access policy.
|
static S3AInputPolicy |
S3AInputPolicy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static S3AInputPolicy[] |
S3AInputPolicy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
protected S3AReadOpContext |
S3AFileSystem.createReadContext(org.apache.hadoop.fs.FileStatus fileStatus,
S3AInputPolicy seekPolicy,
ChangeDetectionPolicy changePolicy,
long readAheadRange,
org.apache.hadoop.fs.store.audit.AuditSpan auditSpan)
Create the read context for reading from the referenced file,
using FS state as well as the status.
|
void |
S3AFileSystem.setInputPolicy(S3AInputPolicy inputPolicy)
Change the input policy for this FS.
|
| Constructor and Description |
|---|
S3AReadOpContext(org.apache.hadoop.fs.Path path,
boolean isS3GuardEnabled,
Invoker invoker,
Invoker s3guardInvoker,
org.apache.hadoop.fs.FileSystem.Statistics stats,
S3AStatisticsContext instrumentation,
org.apache.hadoop.fs.FileStatus dstFileStatus,
S3AInputPolicy inputPolicy,
ChangeDetectionPolicy changeDetectionPolicy,
long readahead,
org.apache.hadoop.fs.store.audit.AuditSpan auditSpan)
Instantiate.
|
| Modifier and Type | Method and Description |
|---|---|
S3AInputPolicy |
StoreContext.getInputPolicy() |
| Modifier and Type | Method and Description |
|---|---|
StoreContextBuilder |
StoreContextBuilder.setInputPolicy(S3AInputPolicy policy) |
Copyright © 2008–2022 Apache Software Foundation. All rights reserved.