Package | Description |
---|---|
alluxio.master.file | |
alluxio.thrift |
Modifier and Type | Method and Description |
---|---|
MountTResponse |
FileSystemMasterClientServiceHandler.mount(String alluxioPath,
String ufsPath,
MountTOptions options) |
Modifier and Type | Method and Description |
---|---|
MountTResponse |
MountTResponse.deepCopy() |
MountTResponse |
FileSystemMasterClientService.AsyncClient.mount_call.getResult() |
MountTResponse |
FileSystemMasterClientService.mount_result.getSuccess() |
MountTResponse |
FileSystemMasterClientService.Iface.mount(String alluxioPath,
String ufsPath,
MountTOptions options)
Creates a new "mount point", mounts the given UFS path in the Alluxio namespace at the given
path.
|
MountTResponse |
FileSystemMasterClientService.Client.mount(String alluxioPath,
String ufsPath,
MountTOptions options) |
MountTResponse |
FileSystemMasterClientService.Client.recv_mount() |
Modifier and Type | Method and Description |
---|---|
org.apache.thrift.async.AsyncMethodCallback<MountTResponse> |
FileSystemMasterClientService.AsyncProcessor.mount.getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb,
int seqid) |
Modifier and Type | Method and Description |
---|---|
int |
MountTResponse.compareTo(MountTResponse other) |
boolean |
MountTResponse.equals(MountTResponse that) |
FileSystemMasterClientService.mount_result |
FileSystemMasterClientService.mount_result.setSuccess(MountTResponse success) |
Modifier and Type | Method and Description |
---|---|
void |
FileSystemMasterClientService.AsyncProcessor.mount.start(I iface,
FileSystemMasterClientService.mount_args args,
org.apache.thrift.async.AsyncMethodCallback<MountTResponse> resultHandler) |
Constructor and Description |
---|
mount_result(MountTResponse success,
AlluxioTException e) |
MountTResponse(MountTResponse other)
Performs a deep copy on other.
|
Copyright © 2023. All Rights Reserved.