| 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 |
S3AReadOpContext.getChangeDetectionPolicy() |
ChangeDetectionPolicy |
S3AFileSystem.getChangeDetectionPolicy()
Get the change detection policy for this FS instance.
|
| 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.
|
| 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 |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
StoreContextBuilder |
StoreContextBuilder.setChangeDetectionPolicy(ChangeDetectionPolicy policy) |
| Constructor and Description |
|---|
ChangeTracker(String uri,
ChangeDetectionPolicy policy,
ChangeTrackerStatistics versionMismatches,
S3ObjectAttributes s3ObjectAttributes)
Create a change tracker.
|
Copyright © 2008–2022 Apache Software Foundation. All rights reserved.