Package | Description |
---|---|
alluxio.client.file | |
alluxio.client.file.options | |
alluxio.proxy |
Modifier and Type | Method and Description |
---|---|
void |
BaseFileSystem.rename(AlluxioURI src,
AlluxioURI dst,
RenameOptions options) |
void |
RetryHandlingFileSystemMasterClient.rename(AlluxioURI src,
AlluxioURI dst,
RenameOptions options) |
void |
FileSystem.rename(AlluxioURI src,
AlluxioURI dst,
RenameOptions options)
Renames an existing Alluxio path to another Alluxio path in Alluxio.
|
void |
FileSystemMasterClient.rename(AlluxioURI src,
AlluxioURI dst,
RenameOptions options)
Renames a file or a directory.
|
Modifier and Type | Method and Description |
---|---|
static RenameOptions |
RenameOptions.defaults() |
RenameOptions |
RenameOptions.setCommonOptions(CommonOptions options) |
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
PathsRestServiceHandler.rename(String path,
String dst,
RenameOptions options) |
Copyright © 2023. All Rights Reserved.