Java org.apache.hadoop.yarn.api ContainerManagementProtocol fields, constructors, methods, implement or subclass

Example usage for Java org.apache.hadoop.yarn.api ContainerManagementProtocol fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.hadoop.yarn.api ContainerManagementProtocol.

The text is from its open source code.

Method

StartContainersResponsestartContainers(StartContainersRequest request)

The ApplicationMaster provides a list of StartContainerRequest s to a NodeManager to start Container s allocated to it using this interface.

StopContainersResponsestopContainers(StopContainersRequest request)

The ApplicationMaster requests a NodeManager to stop a list of Container s allocated to it using this interface.