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

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

The text is from its open source code.

Method

MapgetApplicationACLs()
Get the ApplicationACLs for the application.
ByteBuffergetClientToAMTokenMasterKey()

Get ClientToAMToken master key.

The ClientToAMToken master key is sent to ApplicationMaster by ResourceManager via RegisterApplicationMasterResponse , used to verify corresponding ClientToAMToken.

ListgetContainersFromPreviousAttempts()

Get the list of running containers as viewed by ResourceManager from previous application attempts.

ResourcegetMaximumResourceCapability()
Get the maximum capability for any Resource allocated by the ResourceManager in the cluster.
ListgetNMTokensFromPreviousAttempts()
Get the list of NMTokens for communicating with the NMs where the containers of previous application attempts are running.
StringgetQueue()

Get the queue that the application was placed in.

EnumSetgetSchedulerResourceTypes()
Get a set of the resource types considered by the scheduler.