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 |
---|---|
S3ALocatedFileStatus |
S3AFileSystem.ListingOperationCallbacksImpl.toLocatedFileStatus(S3AFileStatus status) |
Modifier and Type | Method and Description |
---|---|
org.apache.hadoop.fs.RemoteIterator<S3ALocatedFileStatus> |
Listing.createLocatedFileStatusIterator(org.apache.hadoop.fs.RemoteIterator<S3AFileStatus> statusIterator)
Create a located status iterator over a file status iterator.
|
org.apache.hadoop.fs.RemoteIterator<S3ALocatedFileStatus> |
Listing.createSingleStatusIterator(S3ALocatedFileStatus status)
Create a remote iterator from a single status entry.
|
org.apache.hadoop.fs.RemoteIterator<S3ALocatedFileStatus> |
Listing.getListFilesAssumingDir(org.apache.hadoop.fs.Path path,
boolean recursive,
org.apache.hadoop.fs.s3a.Listing.FileStatusAcceptor acceptor,
org.apache.hadoop.fs.store.audit.AuditSpan span)
List files under a path assuming the path to be a directory.
|
org.apache.hadoop.fs.RemoteIterator<S3ALocatedFileStatus> |
Listing.getLocatedFileStatusIteratorForDir(org.apache.hadoop.fs.Path dir,
org.apache.hadoop.fs.PathFilter filter,
org.apache.hadoop.fs.store.audit.AuditSpan span)
Generate list located status for a directory.
|
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.GetContentSummaryCallbacksImpl.listFilesIterator(org.apache.hadoop.fs.Path path,
boolean recursive) |
Modifier and Type | Method and Description |
---|---|
org.apache.hadoop.fs.RemoteIterator<S3ALocatedFileStatus> |
Listing.createSingleStatusIterator(S3ALocatedFileStatus status)
Create a remote iterator from a single status entry.
|
Modifier and Type | Method and Description |
---|---|
S3ALocatedFileStatus |
DirMarkerTracker.Marker.getStatus() |
S3ALocatedFileStatus |
ListingOperationCallbacks.toLocatedFileStatus(S3AFileStatus status)
Build a
S3ALocatedFileStatus from a FileStatus instance. |
Modifier and Type | Method and Description |
---|---|
org.apache.hadoop.fs.RemoteIterator<S3ALocatedFileStatus> |
OperationCallbacks.listFilesAndDirectoryMarkers(org.apache.hadoop.fs.Path path,
S3AFileStatus status,
boolean includeSelf)
Recursive list of files and directory markers.
|
org.apache.hadoop.fs.RemoteIterator<S3ALocatedFileStatus> |
GetContentSummaryOperation.GetContentSummaryCallbacks.listFilesIterator(org.apache.hadoop.fs.Path path,
boolean recursive)
List all entries under a path.
|
Modifier and Type | Method and Description |
---|---|
List<DirMarkerTracker.Marker> |
DirMarkerTracker.fileFound(org.apache.hadoop.fs.Path path,
String key,
S3ALocatedFileStatus source)
A file has been found.
|
protected CompletableFuture<org.apache.hadoop.fs.Path> |
RenameOperation.initiateCopy(S3ALocatedFileStatus source,
String key,
String newDestKey,
org.apache.hadoop.fs.Path childDestPath)
Initiate a copy operation in the executor.
|
List<DirMarkerTracker.Marker> |
DirMarkerTracker.markerFound(org.apache.hadoop.fs.Path path,
String key,
S3ALocatedFileStatus source)
A marker has been found; this may or may not be a leaf.
|
Copyright © 2008–2024 Apache Software Foundation. All rights reserved.