Package | Description |
---|---|
alluxio.master.file.meta | |
alluxio.underfs | |
alluxio.worker |
Worker process and utils for working with the worker remotely.
|
Modifier and Type | Method and Description |
---|---|
UfsManager.UfsClient |
MountTable.getUfsClient(long mountId)
Get the associated ufs client with the mount id.
|
Modifier and Type | Method and Description |
---|---|
UfsManager.UfsClient |
JobUfsManager.get(long mountId) |
UfsManager.UfsClient |
WorkerUfsManager.get(long mountId)
Gets UFS information from the manager if this mount ID exists, or throws exception otherwise.
|
UfsManager.UfsClient |
AbstractUfsManager.get(long mountId) |
UfsManager.UfsClient |
UfsManager.get(long mountId)
Gets UFS information from the manager if this mount ID exists, or throws exception otherwise.
|
UfsManager.UfsClient |
AbstractUfsManager.getRoot() |
UfsManager.UfsClient |
UfsManager.getRoot() |
Modifier and Type | Method and Description |
---|---|
static String |
BlockUtils.getUfsBlockPath(UfsManager.UfsClient ufsInfo,
long blockId)
For a given block ID, derives the corresponding UFS file of this block if it falls back to
be stored in UFS.
|
Copyright © 2023. All Rights Reserved.