| 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 |
|---|---|
ChangeDetectionPolicy |
S3AFileSystem.getChangeDetectionPolicy()
Get the change detection policy for this FS instance.
|
ChangeDetectionPolicy |
S3AReadOpContext.getChangeDetectionPolicy() |
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
static ChangeDetectionPolicy |
ChangeDetectionPolicy.createPolicy(ChangeDetectionPolicy.Mode mode,
ChangeDetectionPolicy.Source source,
boolean requireVersion)
Create a policy.
|
ChangeDetectionPolicy |
StoreContext.getChangeDetectionPolicy() |
static ChangeDetectionPolicy |
ChangeDetectionPolicy.getPolicy(org.apache.hadoop.conf.Configuration configuration)
Reads the change detection policy from Configuration.
|
| Constructor and Description |
|---|
ChangeTracker(String uri,
ChangeDetectionPolicy policy,
AtomicLong versionMismatches,
S3ObjectAttributes s3ObjectAttributes)
Create a change tracker.
|
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.