Toggle navigation
Home
tachyon.TachyonURI to java.lang.String
No. of Instances - 19
No. of Commits - 6
No. of Projects - {'alluxio'}
Hierarchy/Composition: Composition
Primitive Info: -
NameSpace: Internal -> Jdk
Mapping:
Cascading Type Change (Different)
HashMap<TachyonURI,TachyonURI>
to
HashMap<String,TachyonURI>
Add or Remove Method invocation
tachyonPath
to
tachyonPath.getPath()
tachyonPath
to
path.getPath()
tachyonPath
to
path.getPath()
ufs.rename(ufsSrcPath.getPath(),ufsDstPath.getPath())
to
ufs.rename(ufsSrcPath,ufsDstPath)
ufsSrcPath.getPath()
to
ufsSrcPath
ufs.rename(ufsSrcPath.getPath(),ufsDstPath.getPath())
to
ufs.rename(ufsSrcPath,ufsDstPath)
Other
mTachyonPath
to
mTachyonPath
mTachyonPath
to
mTachyonPath
mUfsPath
to
mUfsPath