Toggle navigation
Home
alluxio.underfs.UnderFileSystem to alluxio.underfs.UfsManager.Ufs
No. of Instances - 11
No. of Commits - 1
No. of Projects - {'alluxio'}
Hierarchy/Composition: Composition
Primitive Info: -
NameSpace: Internal -> Internal
Mapping:
Rename Variable
mMountIdToUnderFileSystemMap
to
mMountIdToUfsMap
mMountIdToUnderFileSystemMap
to
mMountIdToUfsMap
mMountIdToUnderFileSystemMap
to
mMountIdToUfsMap
Add or Remove Method invocation
ufs
to
ufs.getUfs()
addMount(IdUtils.ROOT_MOUNT_ID,rootUri,UnderFileSystemConfiguration.defaults().setReadOnly(rootReadOnly).setShared(rootShared).setUserSpecifiedConf(rootConf))
to
addMount(IdUtils.ROOT_MOUNT_ID,new AlluxioURI(rootUri),UnderFileSystemConfiguration.defaults().setReadOnly(rootReadOnly).setShared(rootShared).setUserSpecifiedConf(rootConf))