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