Package | Description |
---|---|
alluxio.thrift |
Modifier and Type | Method and Description |
---|---|
FileSystemMasterClientService.mount_args |
FileSystemMasterClientService.mount_args.deepCopy() |
FileSystemMasterClientService.mount_args |
FileSystemMasterClientService.Processor.mount.getEmptyArgsInstance() |
FileSystemMasterClientService.mount_args |
FileSystemMasterClientService.AsyncProcessor.mount.getEmptyArgsInstance() |
FileSystemMasterClientService.mount_args |
FileSystemMasterClientService.mount_args.setAlluxioPath(String alluxioPath)
the path of alluxio mount point
|
FileSystemMasterClientService.mount_args |
FileSystemMasterClientService.mount_args.setOptions(MountTOptions options)
the options for creating the mount point
|
FileSystemMasterClientService.mount_args |
FileSystemMasterClientService.mount_args.setUfsPath(String ufsPath)
the path of the under file system
|
Modifier and Type | Method and Description |
---|---|
int |
FileSystemMasterClientService.mount_args.compareTo(FileSystemMasterClientService.mount_args other) |
boolean |
FileSystemMasterClientService.mount_args.equals(FileSystemMasterClientService.mount_args that) |
FileSystemMasterClientService.mount_result |
FileSystemMasterClientService.Processor.mount.getResult(I iface,
FileSystemMasterClientService.mount_args args) |
void |
FileSystemMasterClientService.AsyncProcessor.mount.start(I iface,
FileSystemMasterClientService.mount_args args,
org.apache.thrift.async.AsyncMethodCallback<MountTResponse> resultHandler) |
Constructor and Description |
---|
mount_args(FileSystemMasterClientService.mount_args other)
Performs a deep copy on other.
|
Copyright © 2023. All Rights Reserved.