Package | Description |
---|---|
alluxio.client.file.options | |
alluxio.master.file | |
alluxio.master.file.options | |
alluxio.thrift |
Modifier and Type | Method and Description |
---|---|
FreeTOptions |
FreeOptions.toThrift() |
Modifier and Type | Method and Description |
---|---|
FreeTResponse |
FileSystemMasterClientServiceHandler.free(String path,
boolean recursive,
FreeTOptions options) |
Constructor and Description |
---|
FreeOptions(FreeTOptions options)
Creates an instance of
FreeOptions from a FreeTOptions . |
Modifier and Type | Method and Description |
---|---|
FreeTOptions |
FreeTOptions.deepCopy() |
FreeTOptions |
FileSystemMasterClientService.free_args.getOptions()
the options for freeing a path
|
FreeTOptions |
FreeTOptions.setCommonOptions(FileSystemMasterCommonTOptions commonOptions) |
FreeTOptions |
FreeTOptions.setForced(boolean forced) |
FreeTOptions |
FreeTOptions.setRecursive(boolean recursive) |
Modifier and Type | Method and Description |
---|---|
int |
FreeTOptions.compareTo(FreeTOptions other) |
boolean |
FreeTOptions.equals(FreeTOptions that) |
FreeTResponse |
FileSystemMasterClientService.Iface.free(String path,
boolean recursive,
FreeTOptions options)
Frees the given file or directory from Alluxio.
|
FreeTResponse |
FileSystemMasterClientService.Client.free(String path,
boolean recursive,
FreeTOptions options) |
void |
FileSystemMasterClientService.AsyncIface.free(String path,
boolean recursive,
FreeTOptions options,
org.apache.thrift.async.AsyncMethodCallback resultHandler) |
void |
FileSystemMasterClientService.AsyncClient.free(String path,
boolean recursive,
FreeTOptions options,
org.apache.thrift.async.AsyncMethodCallback resultHandler) |
void |
FileSystemMasterClientService.Client.send_free(String path,
boolean recursive,
FreeTOptions options) |
FileSystemMasterClientService.free_args |
FileSystemMasterClientService.free_args.setOptions(FreeTOptions options)
the options for freeing a path
|
Constructor and Description |
---|
free_args(String path,
boolean recursive,
FreeTOptions options) |
free_call(String path,
boolean recursive,
FreeTOptions 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) |
FreeTOptions(FreeTOptions other)
Performs a deep copy on other.
|
Copyright © 2023. All Rights Reserved.