| Package | Description |
|---|---|
| org.apache.hadoop.yarn.api |
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
|
| org.apache.hadoop.yarn.api.protocolrecords |
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
|
| Modifier and Type | Method | Description |
|---|---|---|
StartContainersResponse |
ContainerManagementProtocol.startContainers(StartContainersRequest request) |
The
ApplicationMaster provides a list of
StartContainerRequests to a NodeManager to
start Containers allocated to it using this interface. |
| Modifier and Type | Method | Description |
|---|---|---|
static StartContainersResponse |
StartContainersResponse.newInstance(java.util.Map<java.lang.String,java.nio.ByteBuffer> servicesMetaData,
java.util.List<ContainerId> succeededContainers,
java.util.Map<ContainerId,SerializedException> failedContainers) |
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.