Toggle navigation
Home
Content.Counts to org.apache.hadoop.hdfs.server.namenode.ContentCounts
No. of Instances - 4
No. of Commits - 1
No. of Projects - {'hadoop'}
Hierarchy/Composition: -
Primitive Info: -
NameSpace: External -> Internal
Mapping:
Add or Remove Method invocation
computeFileSize()
to
fileLen
counts.get(Content.FILE)
to
counts.getFileCount()
counts.get(Content.SYMLINK)
to
counts.getSymlinkCount()
counts.get(Content.DIRECTORY)
to
counts.getDirectoryCount()
counts.get(Content.SNAPSHOTTABLE_DIRECTORY)
to
counts.getSnapshotableDirectoryCount()
Rename Method invocation
add
to
addContent
add
to
addContent
add
to
addContent
add
to
addContent