Package | Description |
---|---|
alluxio.client.file.options | |
alluxio.master.file | |
alluxio.master.file.options | |
alluxio.thrift |
Modifier and Type | Method and Description |
---|---|
RenameTOptions |
RenameOptions.toThrift() |
Modifier and Type | Method and Description |
---|---|
RenameTResponse |
FileSystemMasterClientServiceHandler.rename(String srcPath,
String dstPath,
RenameTOptions options) |
Constructor and Description |
---|
RenameOptions(RenameTOptions options) |
Modifier and Type | Method and Description |
---|---|
RenameTOptions |
RenameTOptions.deepCopy() |
RenameTOptions |
FileSystemMasterClientService.rename_args.getOptions()
the method options
|
RenameTOptions |
RenameTOptions.setCommonOptions(FileSystemMasterCommonTOptions commonOptions) |
Modifier and Type | Method and Description |
---|---|
int |
RenameTOptions.compareTo(RenameTOptions other) |
boolean |
RenameTOptions.equals(RenameTOptions that) |
RenameTResponse |
FileSystemMasterClientService.Iface.rename(String path,
String dstPath,
RenameTOptions options)
Renames a file or a directory.
|
RenameTResponse |
FileSystemMasterClientService.Client.rename(String path,
String dstPath,
RenameTOptions options) |
void |
FileSystemMasterClientService.AsyncIface.rename(String path,
String dstPath,
RenameTOptions options,
org.apache.thrift.async.AsyncMethodCallback resultHandler) |
void |
FileSystemMasterClientService.AsyncClient.rename(String path,
String dstPath,
RenameTOptions options,
org.apache.thrift.async.AsyncMethodCallback resultHandler) |
void |
FileSystemMasterClientService.Client.send_rename(String path,
String dstPath,
RenameTOptions options) |
FileSystemMasterClientService.rename_args |
FileSystemMasterClientService.rename_args.setOptions(RenameTOptions options)
the method options
|
Constructor and Description |
---|
rename_args(String path,
String dstPath,
RenameTOptions options) |
rename_call(String path,
String dstPath,
RenameTOptions options,
org.apache.thrift.async.AsyncMethodCallback resultHandler,
org.apache.thrift.async.TAsyncClient client,
org.apache.thrift.protocol.TProtocolFactory protocolFactory,
org.apache.thrift.transport.TNonblockingTransport transport) |
RenameTOptions(RenameTOptions other)
Performs a deep copy on other.
|
Copyright © 2023. All Rights Reserved.