Package | Description |
---|---|
alluxio.client.file.options | |
alluxio.master.file | |
alluxio.master.file.options | |
alluxio.thrift |
Modifier and Type | Method and Description |
---|---|
MountTOptions |
MountOptions.toThrift() |
Modifier and Type | Method and Description |
---|---|
MountTResponse |
FileSystemMasterClientServiceHandler.mount(String alluxioPath,
String ufsPath,
MountTOptions options) |
Constructor and Description |
---|
MountOptions(MountTOptions options)
Creates a new instance of
MountOptions from MountTOptions . |
Modifier and Type | Method and Description |
---|---|
MountTOptions |
MountTOptions.deepCopy() |
MountTOptions |
FileSystemMasterClientService.mount_args.getOptions()
the options for creating the mount point
|
MountTOptions |
UfsInfo.getProperties() |
MountTOptions |
MountTOptions.setCommonOptions(FileSystemMasterCommonTOptions commonOptions) |
MountTOptions |
MountTOptions.setProperties(Map<String,String> properties) |
MountTOptions |
MountTOptions.setReadOnly(boolean readOnly) |
MountTOptions |
MountTOptions.setShared(boolean shared) |
Modifier and Type | Method and Description |
---|---|
int |
MountTOptions.compareTo(MountTOptions other) |
boolean |
MountTOptions.equals(MountTOptions that) |
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) |
void |
FileSystemMasterClientService.AsyncIface.mount(String alluxioPath,
String ufsPath,
MountTOptions options,
org.apache.thrift.async.AsyncMethodCallback resultHandler) |
void |
FileSystemMasterClientService.AsyncClient.mount(String alluxioPath,
String ufsPath,
MountTOptions options,
org.apache.thrift.async.AsyncMethodCallback resultHandler) |
void |
FileSystemMasterClientService.Client.send_mount(String alluxioPath,
String ufsPath,
MountTOptions options) |
FileSystemMasterClientService.mount_args |
FileSystemMasterClientService.mount_args.setOptions(MountTOptions options)
the options for creating the mount point
|
UfsInfo |
UfsInfo.setProperties(MountTOptions properties) |
Constructor and Description |
---|
mount_args(String alluxioPath,
String ufsPath,
MountTOptions options) |
mount_call(String alluxioPath,
String ufsPath,
MountTOptions 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) |
MountTOptions(MountTOptions other)
Performs a deep copy on other.
|
Copyright © 2023. All Rights Reserved.