| Package | Description |
|---|---|
| org.apache.hadoop.fs.s3a |
S3A Filesystem.
|
| 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 |
|---|---|
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,
S3AInstrumentation instrumentation,
org.apache.hadoop.fs.FileStatus dstFileStatus,
S3AInputPolicy inputPolicy,
ChangeDetectionPolicy changeDetectionPolicy,
long readahead)
Instantiate.
|
Copyright © 2008–2021 Apache Software Foundation. All rights reserved.