| 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 |
|---|---|
DirectoryPolicy |
S3AFileSystem.getDirectoryMarkerPolicy()
Get the directory marker policy of this filesystem.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DirectoryPolicyImpl
Implementation of directory policy.
|
| Modifier and Type | Field and Description |
|---|---|
static DirectoryPolicy |
DirectoryPolicyImpl.DELETE
Delete all markers.
|
static DirectoryPolicy |
DirectoryPolicyImpl.KEEP
Keep all markers.
|
| Modifier and Type | Method and Description |
|---|---|
static DirectoryPolicy |
DirectoryPolicyImpl.getDirectoryPolicy(org.apache.hadoop.conf.Configuration conf,
Predicate<org.apache.hadoop.fs.Path> authoritativeness)
Create/Get the policy for this configuration.
|
| Modifier and Type | Method and Description |
|---|---|
List<org.apache.hadoop.fs.Path> |
DirMarkerTracker.removeAllowedMarkers(DirectoryPolicy policy)
Scan the surplus marker list and remove from it all where the directory
policy says "keep".
|
Copyright © 2008–2022 Apache Software Foundation. All rights reserved.