Package | Description |
---|---|
alluxio.master.file | |
alluxio.master.file.meta | |
alluxio.master.file.meta.options | |
alluxio.master.file.options |
Modifier and Type | Method and Description |
---|---|
void |
DefaultFileSystemMaster.mount(AlluxioURI alluxioPath,
AlluxioURI ufsPath,
MountOptions options) |
void |
FileSystemMaster.mount(AlluxioURI alluxioPath,
AlluxioURI ufsPath,
MountOptions options)
Mounts a UFS path onto an Alluxio path.
|
Modifier and Type | Method and Description |
---|---|
void |
MountTable.add(AlluxioURI alluxioUri,
AlluxioURI ufsUri,
long mountId,
MountOptions options)
Mounts the given UFS path at the given Alluxio path.
|
Modifier and Type | Method and Description |
---|---|
MountOptions |
MountInfo.getOptions() |
Constructor and Description |
---|
MountInfo(AlluxioURI alluxioUri,
AlluxioURI ufsUri,
long mountId,
MountOptions options)
Creates a new instance of
MountInfo . |
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) |
MountOptions |
MountOptions.setShared(boolean shared) |
Copyright © 2023. All Rights Reserved.