Toggle navigation
Home
alluxio.master.file.meta.InodeLockList to alluxio.master.file.meta.LockedInodePath
No. of Instances - 2
No. of Commits - 1
No. of Projects - {'alluxio'}
Hierarchy/Composition: SIBLING
Primitive Info: -
NameSpace: Internal -> Internal
Mapping:
Cascading Type Change (Similar)
InodeLockList
to
LockedInodePath
InodeLockList
to
LockedInodePath
Add or Remove Method invocation
mTree.lockDescendant(lockedDirPath,InodeTree.LockMode.READ,lockedDirPath.getUri())
to
mTree.lockDescendantPath(lockedDirPath,InodeTree.LockMode.READ,lockedDirPath.getUri())
mTree.lockDescendant(lockedDirPath,InodeTree.LockMode.READ,new AlluxioURI(""))
to
mTree.lockDescendantPath(lockedDirPath,InodeTree.LockMode.READ,new AlluxioURI(""))
Rename Variable
inodeLockList
to
path
inodeLockList
to
path