Toggle navigation
Home
long to alluxio.underfs.UnderFileStatus
No. of Instances - 4
No. of Commits - 3
No. of Projects - {'alluxio'}
Hierarchy/Composition: Composition
Primitive Info: -
NameSpace: Jdk -> Internal
Mapping:
Cascading Type Change (Different)
Long
to
UnderFileStatus
UfsCallable<Long>
to
UfsCallable<UnderFileStatus>
Add or Remove Method invocation
mUnderFileSystem.getFileSize(path)
to
mUnderFileSystem.getFileStatus(path)
String.format("GetFileSize: path=%s",path)
to
String.format("GetFileStatus: path=%s",path)
Rename Variable
getFileSize
to
getFileStatus
getFileSize
to
getFileStatus