Uses of Class
org.apache.hadoop.yarn.api.protocolrecords.ContainerUpdateResponse
Packages that use ContainerUpdateResponse
Package
Description
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
-
Uses of ContainerUpdateResponse in org.apache.hadoop.yarn.api
Methods in org.apache.hadoop.yarn.api that return ContainerUpdateResponseModifier and TypeMethodDescriptionContainerManagementProtocol.updateContainer(ContainerUpdateRequest request) The API used by theApplicationMasterto request for resource update of running containers on theNodeManager. -
Uses of ContainerUpdateResponse in org.apache.hadoop.yarn.api.protocolrecords
Methods in org.apache.hadoop.yarn.api.protocolrecords that return ContainerUpdateResponseModifier and TypeMethodDescriptionstatic ContainerUpdateResponseContainerUpdateResponse.newInstance(List<ContainerId> successfullyUpdatedContainers, Map<ContainerId, SerializedException> failedRequests)