Package | Description |
---|---|
alluxio.master.file | |
alluxio.thrift |
Modifier and Type | Method and Description |
---|---|
DeleteTResponse |
FileSystemMasterClientServiceHandler.remove(String path,
boolean recursive,
DeleteTOptions options) |
Modifier and Type | Method and Description |
---|---|
DeleteTResponse |
DeleteTResponse.deepCopy() |
DeleteTResponse |
FileSystemMasterClientService.AsyncClient.remove_call.getResult() |
DeleteTResponse |
FileSystemMasterClientService.remove_result.getSuccess() |
DeleteTResponse |
FileSystemMasterClientService.Client.recv_remove() |
DeleteTResponse |
FileSystemMasterClientService.Iface.remove(String path,
boolean recursive,
DeleteTOptions options)
Deletes a file or a directory and returns whether the remove operation succeeded.
|
DeleteTResponse |
FileSystemMasterClientService.Client.remove(String path,
boolean recursive,
DeleteTOptions options) |
Modifier and Type | Method and Description |
---|---|
org.apache.thrift.async.AsyncMethodCallback<DeleteTResponse> |
FileSystemMasterClientService.AsyncProcessor.remove.getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb,
int seqid) |
Modifier and Type | Method and Description |
---|---|
int |
DeleteTResponse.compareTo(DeleteTResponse other) |
boolean |
DeleteTResponse.equals(DeleteTResponse that) |
FileSystemMasterClientService.remove_result |
FileSystemMasterClientService.remove_result.setSuccess(DeleteTResponse success) |
Modifier and Type | Method and Description |
---|---|
void |
FileSystemMasterClientService.AsyncProcessor.remove.start(I iface,
FileSystemMasterClientService.remove_args args,
org.apache.thrift.async.AsyncMethodCallback<DeleteTResponse> resultHandler) |
Constructor and Description |
---|
DeleteTResponse(DeleteTResponse other)
Performs a deep copy on other.
|
remove_result(DeleteTResponse success,
AlluxioTException e) |
Copyright © 2023. All Rights Reserved.