Toggle navigation
Home
tachyon.client.TachyonFile to tachyon.thrift.FileInfo
No. of Instances - 3
No. of Commits - 2
No. of Projects - {'alluxio'}
Hierarchy/Composition: SIBLING
Primitive Info: -
NameSpace: Internal -> Internal
Mapping:
Add or Remove Method invocation
mTachyonFile.length()
to
mFileInfo.getLength()
mTachyonFile.length()
to
mFileInfo.getLength()
mTachyonFile.length()
to
mFileInfo.getLength()
mTFS.getFile(mFileId)
to
mTFS.getInfo(new TachyonFile(mFileId))
file.getDiskReplication()
to
BLOCK_REPLICATION_CONSTANT
file.length()
to
fileStatus.getLength()
file.isDirectory()
to
fileStatus.isIsFolder()
file.getBlockSizeByte()
to
fileStatus.getBlockSizeBytes()
Rename Variable
mTachyonFile
to
mFileInfo
mTachyonFile
to
mFileInfo
mTachyonFile
to
mFileInfo
mTachyonFile
to
mFileInfo
file
to
fileStatus
file
to
fileStatus
Cascading Type Change (Similar)
TachyonFile
to
FileInfo