Toggle navigation
Home
org.apache.hadoop.fs.Path to java.lang.String
No. of Instances - 19
No. of Commits - 11
No. of Projects - {'hbase', 'pheonix', 'hadoop', 'presto'}
Hierarchy/Composition: SIBLING
Primitive Info: -
NameSpace: Internal -> Jdk
Mapping:
Rename Variable
inputPath
to
inputPaths
inputPath
to
inputPaths
inputPath
to
inputPaths
inputPaths
to
inputFiles
inputPaths
to
inputFiles
path
to
pathName
path
to
pathName
path
to
pathName
path
to
pathName
path
to
pathName
path
to
pathName
path
to
pathName
path
to
pathName
path
to
pathName
inputDir
to
inputDirs
temporaryRoot
to
writePath
toMatch
to
owner
Rename Method invocation
addInputPath
to
addInputPaths
setInputPaths
to
addInputPaths
Add or Remove Method invocation
inputPath
to
inputPath.getName()
hfiles.add(new Path(tableDir,new Path(region,new Path(family,hfileName))))
to
hfiles.add(hfileName)
path.toString()
to
pathName
path.toString()
to
pathName
path
to
path.toString()
volumeInfo
to
hddsVolume.getHddsRootDir()
rootDir.toString()
to
this.rootDir
LogAggregationUtils.getOlderRemoteAppLogDir(appId,"*",remoteRootLogDir,suffix)
to
guessOwnerWithFileFormat(fileFormat,appId,bestGuess,conf)
Cascading Type Change (Similar)
List<Path>
to
List<String>
Path
to
String
VolumeInfo
to
HddsVolume
VolumeInfo
to
HddsVolume
VolumeInfo
to
HddsVolume
Cascading Type Change (Different)
ArrayList<Path>
to
ArrayList<String>
Convert Class instance creation to method invocation
Path
to
toString