| 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 |
|---|---|
S3AInstrumentation |
S3AFileSystem.getInstrumentation()
Get S3A Instrumentation.
|
S3AInstrumentation |
S3AOpContext.getInstrumentation() |
| Constructor and Description |
|---|
S3AOpContext(boolean isS3GuardEnabled,
Invoker invoker,
org.apache.hadoop.fs.FileSystem.Statistics stats,
S3AInstrumentation instrumentation,
org.apache.hadoop.fs.FileStatus dstFileStatus)
Constructor using common invoker and retry policy.
|
S3AOpContext(boolean isS3GuardEnabled,
Invoker invoker,
Invoker s3guardInvoker,
org.apache.hadoop.fs.FileSystem.Statistics stats,
S3AInstrumentation instrumentation,
org.apache.hadoop.fs.FileStatus dstFileStatus)
Alternate constructor that allows passing in two invokers, the common
one, and another with the S3Guard Retry Policy.
|
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.
|
| Modifier and Type | Method and Description |
|---|---|
S3AInstrumentation |
StoreContext.getInstrumentation() |
| Constructor and Description |
|---|
StoreContext(URI fsURI,
String bucket,
org.apache.hadoop.conf.Configuration configuration,
String username,
org.apache.hadoop.security.UserGroupInformation owner,
com.google.common.util.concurrent.ListeningExecutorService executor,
int executorCapacity,
Invoker invoker,
S3AInstrumentation instrumentation,
S3AStorageStatistics storageStatistics,
S3AInputPolicy inputPolicy,
ChangeDetectionPolicy changeDetectionPolicy,
boolean multiObjectDeleteEnabled,
MetadataStore metadataStore,
boolean useListV1,
ContextAccessors contextAccessors,
ITtlTimeProvider timeProvider)
Instantiate.
|
Copyright © 2008–2020 Apache Software Foundation. All rights reserved.