Package | Description |
---|---|
alluxio.client.file.options | |
alluxio.master.file | |
alluxio.thrift |
Modifier and Type | Method and Description |
---|---|
UnmountTOptions |
UnmountOptions.toThrift() |
Modifier and Type | Method and Description |
---|---|
UnmountTResponse |
FileSystemMasterClientServiceHandler.unmount(String alluxioPath,
UnmountTOptions options) |
Modifier and Type | Method and Description |
---|---|
UnmountTOptions |
UnmountTOptions.deepCopy() |
UnmountTOptions |
FileSystemMasterClientService.unmount_args.getOptions()
the method options
|
UnmountTOptions |
UnmountTOptions.setCommonOptions(FileSystemMasterCommonTOptions commonOptions) |
Modifier and Type | Method and Description |
---|---|
int |
UnmountTOptions.compareTo(UnmountTOptions other) |
boolean |
UnmountTOptions.equals(UnmountTOptions that) |
void |
FileSystemMasterClientService.Client.send_unmount(String alluxioPath,
UnmountTOptions options) |
FileSystemMasterClientService.unmount_args |
FileSystemMasterClientService.unmount_args.setOptions(UnmountTOptions options)
the method options
|
UnmountTResponse |
FileSystemMasterClientService.Iface.unmount(String alluxioPath,
UnmountTOptions options)
Deletes an existing "mount point", voiding the Alluxio namespace at the given path.
|
UnmountTResponse |
FileSystemMasterClientService.Client.unmount(String alluxioPath,
UnmountTOptions options) |
void |
FileSystemMasterClientService.AsyncIface.unmount(String alluxioPath,
UnmountTOptions options,
org.apache.thrift.async.AsyncMethodCallback resultHandler) |
void |
FileSystemMasterClientService.AsyncClient.unmount(String alluxioPath,
UnmountTOptions options,
org.apache.thrift.async.AsyncMethodCallback resultHandler) |
Constructor and Description |
---|
unmount_args(String alluxioPath,
UnmountTOptions options) |
unmount_call(String alluxioPath,
UnmountTOptions 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) |
UnmountTOptions(UnmountTOptions other)
Performs a deep copy on other.
|
Copyright © 2023. All Rights Reserved.