Toggle navigation
Home
java.nio.file.Path to org.apache.hadoop.hdfs.server.datanode.StorageLocation
No. of Instances - 7
No. of Commits - 1
No. of Projects - {'hadoop'}
Hierarchy/Composition: -
Primitive Info: -
NameSpace: Jdk -> Internal
Mapping:
Rename Method invocation
toFile
to
getFile
Add or Remove Method invocation
Paths.get(path)
to
StorageLocation.parse(path.toString())
Paths.get(p)
to
StorageLocation.parse(p)
Paths.get(vol.getBaseURI().getPath())
to
StorageLocation.parse(vol.getBaseURI().getPath())
Rename Variable
locations
to
metadataLocations
locations
to
metadataLocations