ResilientCommitByRename, org.apache.hadoop.fs.statistics.IOStatisticsSourcepublic class AzureBlobFileSystem.ResilientCommitByRenameImpl extends java.lang.Object implements ResilientCommitByRename
| Constructor | Description |
|---|---|
ResilientCommitByRenameImpl() |
| Modifier and Type | Method | Description |
|---|---|---|
org.apache.commons.lang3.tuple.Pair<java.lang.Boolean,java.time.Duration> |
commitSingleFileByRename(org.apache.hadoop.fs.Path source,
org.apache.hadoop.fs.Path dest,
java.lang.String sourceEtag) |
Perform the rename.
|
public org.apache.commons.lang3.tuple.Pair<java.lang.Boolean,java.time.Duration> commitSingleFileByRename(org.apache.hadoop.fs.Path source,
org.apache.hadoop.fs.Path dest,
@Nullable
java.lang.String sourceEtag)
throws java.io.IOException
commitSingleFileByRename in interface ResilientCommitByRenamesource - path to source filedest - destination of rename.sourceEtag - etag of source file. may be null or emptyjava.io.IOException - any rename failure which was not recovered from.Copyright © 2008–2025 Apache Software Foundation. All rights reserved.