public static interface GetContentSummaryOperation.GetContentSummaryCallbacks
Modifier and Type | Method and Description |
---|---|
org.apache.hadoop.fs.RemoteIterator<S3ALocatedFileStatus> |
listFilesIterator(org.apache.hadoop.fs.Path path,
boolean recursive)
List all entries under a path.
|
S3AFileStatus |
probePathStatus(org.apache.hadoop.fs.Path path,
Set<StatusProbeEnum> probes)
Get the status of a path.
|
@Retries.RetryTranslated S3AFileStatus probePathStatus(org.apache.hadoop.fs.Path path, Set<StatusProbeEnum> probes) throws IOException
path
- path to probe.probes
- probes to execIOException
- failureorg.apache.hadoop.fs.RemoteIterator<S3ALocatedFileStatus> listFilesIterator(org.apache.hadoop.fs.Path path, boolean recursive) throws IOException
path
- path.recursive
- if the subdirectories need to be traversed recursivelyIOException
- failureCopyright © 2008–2024 Apache Software Foundation. All rights reserved.