Package | Description |
---|---|
alluxio.client.file | |
alluxio.client.file.options | |
alluxio.proxy |
Modifier and Type | Method and Description |
---|---|
void |
BaseFileSystem.mount(AlluxioURI alluxioPath,
AlluxioURI ufsPath,
MountOptions options) |
void |
RetryHandlingFileSystemMasterClient.mount(AlluxioURI alluxioPath,
AlluxioURI ufsPath,
MountOptions options) |
void |
FileSystem.mount(AlluxioURI alluxioPath,
AlluxioURI ufsPath,
MountOptions options)
Mounts a UFS subtree to the given Alluxio path.
|
void |
FileSystemMasterClient.mount(AlluxioURI alluxioPath,
AlluxioURI ufsPath,
MountOptions options)
Mounts the given UFS path under the given Alluxio path.
|
Modifier and Type | Method and Description |
---|---|
static MountOptions |
MountOptions.defaults() |
MountOptions |
MountOptions.setCommonOptions(CommonOptions options) |
MountOptions |
MountOptions.setProperties(Map<String,String> properties) |
MountOptions |
MountOptions.setReadOnly(boolean readOnly)
Sets the readonly flag.
|
MountOptions |
MountOptions.setShared(boolean shared) |
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
PathsRestServiceHandler.mount(String path,
String src,
MountOptions options) |
Copyright © 2023. All Rights Reserved.