Uses of Class
org.apache.hadoop.yarn.api.protocolrecords.StopContainersRequest

Packages that use StopContainersRequest
org.apache.hadoop.yarn.api   
org.apache.hadoop.yarn.api.protocolrecords   
 

Uses of StopContainersRequest in org.apache.hadoop.yarn.api
 

Methods in org.apache.hadoop.yarn.api with parameters of type StopContainersRequest
 StopContainersResponse ContainerManagementProtocol.stopContainers(StopContainersRequest request)
           The ApplicationMaster requests a NodeManager to stop a list of Containers allocated to it using this interface.
 

Uses of StopContainersRequest in org.apache.hadoop.yarn.api.protocolrecords
 

Methods in org.apache.hadoop.yarn.api.protocolrecords that return StopContainersRequest
static StopContainersRequest StopContainersRequest.newInstance(List<ContainerId> containerIds)
           
 



Copyright © 2014 Apache Software Foundation. All Rights Reserved.