Toggle navigation
Home
java.lang.String to alluxio.underfs.UnderFileStatus
No. of Instances - 24
No. of Commits - 3
No. of Projects - {'alluxio'}
Hierarchy/Composition: Composition
Primitive Info: -
NameSpace: Jdk -> Internal
Mapping:
Other
listInternal(path,false)
to
listInternal(path,false)
listInternal(path,true)
to
listInternal(path,true)
Add or Remove Method invocation
p
to
p.getName()
p
to
p.getName()
PathUtils.concatPath(path,subp)
to
PathUtils.concatPath(path,subp.getName())
file.startsWith(formatFilePrefix)
to
file.getName().startsWith(formatFilePrefix)
PathUtils.isTemporaryFileName(file)
to
PathUtils.isTemporaryFileName(file.getName())
inode.getChild(file)
to
inode.getChild(file.getName())
PathUtils.concatPath(p,subp)
to
PathUtils.concatPath(p,subp.getName())
p.substring(path.length() + 1)
to
p.getName().substring(path.length() + 1)
listStatus(p)
to
listStatus(p.getName())
p.substring(path.length() + 1)
to
p.getName().substring(path.length() + 1)
chunk.getObjectNames()
to
chunk.getObjectStatuses()
Wrap or Un-wrap
add
to
add
add
to
add
Update Class Instacne Creation
new String[returnPaths.size()]
to
new UnderFileStatus[returnPaths.size()]
Rename Variable
obj
to
status