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

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

Introduction

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

The text is from its open source code.

Method

MapgetAllServicesMetaData()

Get the meta-data from all auxiliary services running on the NodeManager.

MapgetFailedRequests()
Get the containerId-to-exception map in which the exception indicates error from per container for failed requests
ListgetSuccessfullyStartedContainers()
Get the list of ContainerId s of the containers that are started successfully.