| Package | Description |
|---|---|
| alluxio.master.file | |
| alluxio.master.file.contexts |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultFileSystemMaster.mount(AlluxioURI alluxioPath,
AlluxioURI ufsPath,
MountContext context) |
void |
FileSystemMaster.mount(AlluxioURI alluxioPath,
AlluxioURI ufsPath,
MountContext context)
Mounts a UFS path onto an Alluxio path.
|
void |
DefaultFileSystemMaster.updateMount(AlluxioURI alluxioPath,
MountContext context) |
void |
FileSystemMaster.updateMount(AlluxioURI alluxioPath,
MountContext context)
Update properties of an Alluxio mount point.
|
| Modifier and Type | Method and Description |
|---|---|
static MountContext |
MountContext.create(MountPOptions.Builder optionsBuilder) |
static MountContext |
MountContext.defaults() |
static MountContext |
MountContext.mergeFrom(MountPOptions.Builder optionsBuilder)
Merges and embeds the given
MountPOptions with the corresponding master options. |
Copyright © 2019. All Rights Reserved.