| 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 |
|---|---|
S3AReadOpContext |
S3AReadOpContext.withChangeDetectionPolicy(ChangeDetectionPolicy value)
Set builder value.
|
| Modifier and Type | Method and Description |
|---|---|
static ChangeDetectionPolicy |
ChangeDetectionPolicy.createPolicy(ChangeDetectionPolicy.Mode mode,
ChangeDetectionPolicy.Source source,
boolean requireVersion)
Create a policy.
|
ChangeDetectionPolicy |
StoreContext.getChangeDetectionPolicy() |
ChangeDetectionPolicy |
OpenFileSupport.getChangePolicy() |
ChangeDetectionPolicy |
OpenFileSupport.OpenFileInformation.getChangePolicy() |
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) |
OpenFileSupport.OpenFileInformation |
OpenFileSupport.OpenFileInformation.withChangePolicy(ChangeDetectionPolicy value)
Set builder value.
|
| Constructor and Description |
|---|
ChangeTracker(String uri,
ChangeDetectionPolicy policy,
ChangeTrackerStatistics versionMismatches,
S3ObjectAttributes s3ObjectAttributes)
Create a change tracker.
|
OpenFileSupport(ChangeDetectionPolicy changePolicy,
long defaultReadAhead,
String username,
int defaultBufferSize,
long defaultAsyncDrainThreshold,
S3AInputPolicy defaultInputPolicy)
Instantiate with the default options from the filesystem.
|
Copyright © 2008–2024 Apache Software Foundation. All rights reserved.