Uses of Class
org.apache.hadoop.yarn.api.protocolrecords.GetContainerStatusesResponse
Packages that use GetContainerStatusesResponse
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 GetContainerStatusesResponse in org.apache.hadoop.yarn.api
Methods in org.apache.hadoop.yarn.api that return GetContainerStatusesResponseModifier and TypeMethodDescriptionContainerManagementProtocol.getContainerStatuses(GetContainerStatusesRequest request) The API used by theApplicationMasterto request for current statuses ofContainers from theNodeManager. -
Uses of GetContainerStatusesResponse in org.apache.hadoop.yarn.api.protocolrecords
Methods in org.apache.hadoop.yarn.api.protocolrecords that return GetContainerStatusesResponseModifier and TypeMethodDescriptionstatic GetContainerStatusesResponseGetContainerStatusesResponse.newInstance(List<ContainerStatus> statuses, Map<ContainerId, org.apache.hadoop.yarn.api.records.SerializedException> failedRequests)