| Package | Description |
|---|---|
| org.apache.hadoop.fs.s3a |
S3A Filesystem.
|
| Modifier and Type | Method and Description |
|---|---|
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 |
|---|
S3AInputStream(S3AReadOpContext ctx,
org.apache.hadoop.fs.s3a.S3ObjectAttributes s3Attributes,
long contentLength,
com.amazonaws.services.s3.AmazonS3 client,
long readahead,
S3AInputPolicy inputPolicy)
Create the stream.
|
Copyright © 2008–2019 Apache Software Foundation. All rights reserved.