Package | Description |
---|---|
alluxio.master.file | |
alluxio.thrift |
Modifier and Type | Method and Description |
---|---|
RenameTResponse |
FileSystemMasterClientServiceHandler.rename(String srcPath,
String dstPath,
RenameTOptions options) |
Modifier and Type | Method and Description |
---|---|
RenameTResponse |
RenameTResponse.deepCopy() |
RenameTResponse |
FileSystemMasterClientService.AsyncClient.rename_call.getResult() |
RenameTResponse |
FileSystemMasterClientService.rename_result.getSuccess() |
RenameTResponse |
FileSystemMasterClientService.Client.recv_rename() |
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) |
Modifier and Type | Method and Description |
---|---|
org.apache.thrift.async.AsyncMethodCallback<RenameTResponse> |
FileSystemMasterClientService.AsyncProcessor.rename.getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb,
int seqid) |
Modifier and Type | Method and Description |
---|---|
int |
RenameTResponse.compareTo(RenameTResponse other) |
boolean |
RenameTResponse.equals(RenameTResponse that) |
FileSystemMasterClientService.rename_result |
FileSystemMasterClientService.rename_result.setSuccess(RenameTResponse success) |
Modifier and Type | Method and Description |
---|---|
void |
FileSystemMasterClientService.AsyncProcessor.rename.start(I iface,
FileSystemMasterClientService.rename_args args,
org.apache.thrift.async.AsyncMethodCallback<RenameTResponse> resultHandler) |
Constructor and Description |
---|
rename_result(RenameTResponse success,
AlluxioTException e) |
RenameTResponse(RenameTResponse other)
Performs a deep copy on other.
|
Copyright © 2023. All Rights Reserved.