Toggle navigation
Home
org.apache.hadoop.yarn.api.records.Container to org.apache.hadoop.yarn.api.records.UpdatedContainer
No. of Instances - 20
No. of Commits - 1
No. of Projects - {'hadoop'}
Hierarchy/Composition: -
Primitive Info: -
NameSpace: Internal -> Internal
Mapping:
Add or Remove Method invocation
response.getIncreasedContainers()
to
response.getUpdatedContainers()
allocateResponse.getIncreasedContainers()
to
allocateResponse.getUpdatedContainers()
allocResponse.getIncreasedContainers()
to
allocResponse.getUpdatedContainers()
changedContainer
to
changedContainer.getContainer()
changedContainer.getResource()
to
changedContainer.getContainer().getResource()
c.getResource().getMemorySize()
to
c.getContainer().getResource().getMemorySize()
c.getId().equals(containerId)
to
c.getContainer().getId().equals(containerId)
c.getResource().getMemorySize()
to
c.getContainer().getResource().getMemorySize()
c.getId().equals(containerId)
to
c.getContainer().getId().equals(containerId)
Rename Method invocation
onContainersResourceChanged
to
onContainersUpdated
setIncreasedContainers
to
setUpdatedContainers
Rename Variable
increasedContainers
to
updatedContainers
increasedContainers
to
updatedContainers
increasedContainers
to
updatedContainers
increasedContainers
to
updatedContainers
increasedContainers
to
updatedContainers
increasedContainers
to
updatedContainers
increasedContainers
to
updatedContainers
increasedContainers
to
updatedContainers
getIncreasedContainers
to
getUpdatedContainers