| Package | Description |
|---|---|
| alluxio.master.file.meta |
| Modifier and Type | Method and Description |
|---|---|
MountInfo |
MountTable.ReverseResolution.getMountInfo() |
MountInfo |
MountTable.getMountInfo(long mountId) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<java.lang.String,MountInfo> |
MountTable.getMountTable()
Returns a copy of the current mount table, the mount table is a map from Alluxio file system
URIs to the corresponding mount point information.
|
java.util.Map<java.lang.String,MountInfo> |
MountTable.State.getMountTable() |
| Constructor and Description |
|---|
MountTable(UfsManager ufsManager,
MountInfo rootMountInfo)
Creates a new instance of
MountTable. |
State(MountInfo mountInfo) |
Copyright © 2019. All Rights Reserved.