public static interface MkdirOperation.MkdirCallbacks
Modifier and Type | Method and Description |
---|---|
void |
createFakeDirectory(org.apache.hadoop.fs.Path dir,
boolean keepMarkers)
Create a fake directory, always ending in "/".
|
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
- failure@Retries.RetryTranslated void createFakeDirectory(org.apache.hadoop.fs.Path dir, boolean keepMarkers) throws IOException
dir
- dir to createkeepMarkers
- always keep markersIOException
- IO failureCopyright © 2008–2024 Apache Software Foundation. All rights reserved.