Uses of Class
org.apache.hadoop.yarn.api.protocolrecords.StartContainersResponse
Packages that use StartContainersResponse
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 StartContainersResponse in org.apache.hadoop.yarn.api
Methods in org.apache.hadoop.yarn.api that return StartContainersResponseModifier and TypeMethodDescriptionContainerManagementProtocol.startContainers(StartContainersRequest request) TheApplicationMasterprovides a list ofStartContainerRequests to aNodeManagerto startContainers allocated to it using this interface. -
Uses of StartContainersResponse in org.apache.hadoop.yarn.api.protocolrecords
Methods in org.apache.hadoop.yarn.api.protocolrecords that return StartContainersResponseModifier and TypeMethodDescriptionstatic StartContainersResponseStartContainersResponse.newInstance(Map<String, ByteBuffer> servicesMetaData, List<ContainerId> succeededContainers, Map<ContainerId, SerializedException> failedContainers)