| 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 |
|---|---|
org.apache.hadoop.fs.RemoteIterator<S3ALocatedFileStatus> |
S3AFileSystem.listFilesAndEmptyDirectories(org.apache.hadoop.fs.Path f,
boolean recursive)
Recursive List of files and empty directories.
|
org.apache.hadoop.fs.RemoteIterator<S3ALocatedFileStatus> |
S3AFileSystem.listFilesAndEmptyDirectoriesForceNonAuth(org.apache.hadoop.fs.Path f,
boolean recursive)
Recursive List of files and empty directories, force metadatastore
to act like it is non-authoritative.
|
| Modifier and Type | Method and Description |
|---|---|
org.apache.hadoop.fs.RemoteIterator<S3ALocatedFileStatus> |
OperationCallbacks.listFilesAndEmptyDirectories(org.apache.hadoop.fs.Path path,
S3AFileStatus status,
boolean collectTombstones,
boolean includeSelf)
Recursive list of files and empty directories.
|
| Modifier and Type | Method and Description |
|---|---|
protected CompletableFuture<org.apache.hadoop.fs.Path> |
RenameOperation.initiateCopy(S3ALocatedFileStatus source,
String key,
org.apache.hadoop.fs.Path childSourcePath,
String newDestKey,
org.apache.hadoop.fs.Path childDestPath)
Initiate a copy operation in the executor.
|
Copyright © 2008–2020 Apache Software Foundation. All rights reserved.