Package | Description |
---|---|
alluxio.master.file.meta |
Modifier and Type | Method and Description |
---|---|
MountInfo |
MountTable.ReverseResolution.getMountInfo() |
MountInfo |
MountTable.getMountInfo(AlluxioURI uri)
Gets mount information for the path.
|
MountInfo |
MountTable.getMountInfo(long mountId) |
Modifier and Type | Method and Description |
---|---|
List<MountInfo> |
MountTable.findChildrenMountPoints(AlluxioURI uri,
boolean containsSelf)
Returns the mount points under the specified path.
|
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,
java.time.Clock clock)
Creates a new instance of
MountTable . |
Copyright © 2023. All Rights Reserved.