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

Example usage for Java org.apache.hadoop.yarn.api.protocolrecords AllocateResponse 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 AllocateResponse.

The text is from its open source code.

Constructor

Method

ListgetAllocatedContainers()
Get the list of newly allocated Container by the ResourceManager.
AMCommandgetAMCommand()
If the ResourceManager needs the ApplicationMaster to take some action then it will send an AMCommand to the ApplicationMaster.
TokengetAMRMToken()
The AMRMToken that belong to this attempt
ResourcegetAvailableResources()
Get the available headroom for resources in the cluster for the application.
ListgetCompletedContainersStatuses()
Get the list of completed containers' statuses.
ListgetNMTokens()
Get the list of NMTokens required for communicating with NM.
intgetNumClusterNodes()
Get the number of hosts available on the cluster.
intgetResponseId()
Get the last response id.
ListgetUpdatedNodes()
Get the list of updated NodeReports.