Package | Description |
---|---|
alluxio.client.file.options | |
alluxio.master.file | |
alluxio.master.file.options | |
alluxio.thrift |
Modifier and Type | Method and Description |
---|---|
DeleteTOptions |
DeleteOptions.toThrift() |
Modifier and Type | Method and Description |
---|---|
DeleteTResponse |
FileSystemMasterClientServiceHandler.remove(String path,
boolean recursive,
DeleteTOptions options) |
Constructor and Description |
---|
DeleteOptions(DeleteTOptions options) |
Modifier and Type | Method and Description |
---|---|
DeleteTOptions |
DeleteTOptions.deepCopy() |
DeleteTOptions |
FileSystemMasterClientService.remove_args.getOptions()
the options for deleting the file
|
DeleteTOptions |
DeleteTOptions.setAlluxioOnly(boolean alluxioOnly) |
DeleteTOptions |
DeleteTOptions.setCommonOptions(FileSystemMasterCommonTOptions commonOptions) |
DeleteTOptions |
DeleteTOptions.setRecursive(boolean recursive) |
DeleteTOptions |
DeleteTOptions.setUnchecked(boolean unchecked) |
Modifier and Type | Method and Description |
---|---|
int |
DeleteTOptions.compareTo(DeleteTOptions other) |
boolean |
DeleteTOptions.equals(DeleteTOptions that) |
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) |
void |
FileSystemMasterClientService.AsyncIface.remove(String path,
boolean recursive,
DeleteTOptions options,
org.apache.thrift.async.AsyncMethodCallback resultHandler) |
void |
FileSystemMasterClientService.AsyncClient.remove(String path,
boolean recursive,
DeleteTOptions options,
org.apache.thrift.async.AsyncMethodCallback resultHandler) |
void |
FileSystemMasterClientService.Client.send_remove(String path,
boolean recursive,
DeleteTOptions options) |
FileSystemMasterClientService.remove_args |
FileSystemMasterClientService.remove_args.setOptions(DeleteTOptions options)
the options for deleting the file
|
Constructor and Description |
---|
DeleteTOptions(DeleteTOptions other)
Performs a deep copy on other.
|
remove_args(String path,
boolean recursive,
DeleteTOptions options) |
remove_call(String path,
boolean recursive,
DeleteTOptions 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) |
Copyright © 2023. All Rights Reserved.