Uses of Class
org.apache.hadoop.yarn.api.protocolrecords.StopContainersResponse
Packages that use StopContainersResponse
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 StopContainersResponse in org.apache.hadoop.yarn.api
Methods in org.apache.hadoop.yarn.api that return StopContainersResponseModifier and TypeMethodDescriptionContainerManagementProtocol.stopContainers(StopContainersRequest request) TheApplicationMasterrequests aNodeManagerto stop a list ofContainers allocated to it using this interface. -
Uses of StopContainersResponse in org.apache.hadoop.yarn.api.protocolrecords
Methods in org.apache.hadoop.yarn.api.protocolrecords that return StopContainersResponseModifier and TypeMethodDescriptionstatic StopContainersResponseStopContainersResponse.newInstance(List<ContainerId> succeededRequests, Map<ContainerId, org.apache.hadoop.yarn.api.records.SerializedException> failedRequests)