Toggle navigation
Home
org.apache.hadoop.yarn.api.records.NodeAttribute to org.apache.hadoop.yarn.api.records.NodeAttributeKey
No. of Instances - 35
No. of Commits - 1
No. of Projects - {'hadoop'}
Hierarchy/Composition: -
Primitive Info: -
NameSpace: Internal -> Internal
Mapping:
Add or Remove Method invocation
attrs.get(gpu).size()
to
attrs.get(gpu.getAttributeKey()).size()
attrs.get(dist).contains(node1)
to
findHostnameAndValInMapping(node1,"3_0_2",attrs.get(dist.getAttributeKey()))
attrs.get(dist).contains(node2)
to
findHostnameAndValInMapping(node2,"3_0_2",attrs.get(dist.getAttributeKey()))
attrs.get(docker).contains(node2)
to
findHostnameAndValInMapping(node2,"docker0",attrs.get(docker.getAttributeKey()))
rmAttribute
to
rmAttribute.getAttributeKey()
rmAttribute
to
rmAttribute.getAttributeKey()
attribute
to
attributeEntry.getKey().getAttributeKey()
attribute
to
attributeEntry.getKey().getAttributeKey()
attribute
to
attributeEntry.getKey()
clusterAttributes.containsKey(attribute)
to
clusterAttributes.containsKey(attribute.getAttributeKey())
clusterAttributes.get(attribute).getResource()
to
clusterAttributes.get(attribute.getAttributeKey()).getResource()
clusterAttributes.get(attribute)
to
clusterAttributes.get(attribute.getAttributeKey())
clusterAttributes.get(attribute)
to
clusterAttributes.get(attribute.getAttributeKey())
Cascading Type Change (Different)
NodeAttributePBImpl
to
NodeAttributeKeyPBImpl
KeySetView<NodeAttribute,RMNodeAttribute>
to
Set<Entry<NodeAttributeKey,RMNodeAttribute>>
NodeAttributePBImpl
to
NodeAttributeKeyPBImpl
NodeAttributeProto
to
NodeAttributeKeyProto
Iterator<NodeAttribute>
to
Iterator<NodeAttributeKey>
Rename Method invocation
keySet
to
entrySet
Other
(attribute)
to
attributeKey