Toggle navigation
Home
org.apache.hadoop.fs.FileStatus to org.apache.hadoop.fs.s3a.S3AFileStatus
No. of Instances - 80
No. of Commits - 2
No. of Projects - {'hadoop'}
Hierarchy/Composition: T_SUPER_R
Primitive Info: -
NameSpace: Internal -> Internal
Mapping:
Update Class Instacne Creation
new FileStatus[0]
to
new S3AFileStatus[0]
new S3AFileStatus(size,getModTime(),path,BLOCK_SIZE,owner)
to
new S3AFileStatus(size,getModTime(),path,BLOCK_SIZE,owner,null,null)
new S3AFileStatus(located.getLen(),located.getModificationTime(),located.getPath(),located.getBlockSize(),located.getOwner())
to
new S3AFileStatus(located.getLen(),located.getModificationTime(),located.getPath(),located.getBlockSize(),located.getOwner(),located.getETag(),located.getVersionId())
Rename Variable
status
to
s3aStatus
fileStatus
to
s3aStatus
status
to
s3aStatus
Update argument list (Method invocation)
basicFileStatus
to
basicFileStatus
makeFileStatus
to
makeFileStatus
basicFileStatus
to
basicFileStatus
basicFileStatus
to
basicFileStatus
Add or Remove Method invocation
providedStatus.iterator()
to
providedStatus.values().iterator()
createObjectAttributes(path)
to
createObjectAttributes(path,fileStatus.getETag(),fileStatus.getVersionId())