Toggle navigation
Home
java.io.File to org.apache.hadoop.hdfs.server.datanode.FsDatasetTestUtils.MaterializedReplica
No. of Instances - 4
No. of Commits - 2
No. of Projects - {'hadoop'}
Hierarchy/Composition: -
Primitive Info: -
NameSpace: Jdk -> Internal
Mapping:
Rename Variable
files
to
replicas
files
to
replicas
files
to
replicas
getBlockFiles
to
getMaterializedReplicas
blockFile
to
replica
blockFile
to
replica
Cascading Type Change (Similar)
List<File>
to
List<MaterializedReplica>
Cascading Type Change (Different)
ArrayList<File>
to
ArrayList<>
Add or Remove Method invocation
DataNodeTestUtils.getFile(dn,poolId,b.getBlockId())
to
cluster.getMaterializedReplica(i,new ExtendedBlock(poolId,b))