Package | Description |
---|---|
org.apache.hadoop.yarn.api | |
org.apache.hadoop.yarn.api.protocolrecords |
Modifier and Type | Method and Description |
---|---|
StopContainersResponse |
ContainerManagementProtocol.stopContainers(StopContainersRequest request)
The
ApplicationMaster requests a NodeManager to
stop a list of Container s allocated to it using this
interface. |
Modifier and Type | Method and Description |
---|---|
static StopContainersResponse |
StopContainersResponse.newInstance(List<ContainerId> succeededRequests,
Map<ContainerId,org.apache.hadoop.yarn.api.records.SerializedException> failedRequests) |
Copyright © 2016 Apache Software Foundation. All Rights Reserved.