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 |
---|---|
Map<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.
|
Map<String,MountInfo> |
MountTable.State.getMountTable() |
Constructor and Description |
---|
MountTable(UfsManager ufsManager,
MountInfo rootMountInfo)
Creates a new instance of
MountTable . |
State(MountInfo mountInfo) |
Copyright © 2023. All Rights Reserved.