Toggle navigation
Home
java.lang.String to org.apache.hadoop.yarn.api.records.ApplicationId
No. of Instances - 20
No. of Commits - 7
No. of Projects - {'hadoop', 'flink'}
Hierarchy/Composition: Composition
Primitive Info: -
NameSpace: Jdk -> Internal
Mapping:
Rename Variable
applicationID
to
applicationId
applicationID
to
applicationId
applicationID
to
applicationId
applicationId
to
appId
applicationId
to
appId
applicationId
to
appId
id
to
appId
appIdString
to
appID
appIdString
to
appID
id
to
appId
id
to
appId
id
to
appId
amMap
to
appIdAMSim
amMap
to
appIdAMSim
Other
commandLine.getOptionValue(applicationId.getOpt())
to
commandLine.getOptionValue(applicationId.getOpt())
Add or Remove Method invocation
effectiveConfiguration.getString(HA_CLUSTER_ID,applicationId)
to
effectiveConfiguration.getString(HA_CLUSTER_ID,applicationId.toString())
applicationId
to
appId.toString()
toString
to
toApplicationId
ApplicationId.fromString(appId)
to
appId
Rename Method invocation
containsKey
to
containsTimelineCollector
Cascading Type Change (Similar)
String
to
ApplicationId