Java org.apache.hadoop.yarn.server.resourcemanager.rmapp.attempt RMAppAttempt fields, constructors, methods, implement or subclass

Example usage for Java org.apache.hadoop.yarn.server.resourcemanager.rmapp.attempt RMAppAttempt fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.hadoop.yarn.server.resourcemanager.rmapp.attempt RMAppAttempt.

The text is from its open source code.

Method

TokengetAMRMToken()
The AMRMToken belonging to this app attempt
ApplicationAttemptIdgetAppAttemptId()
Get the application attempt id for this RMAppAttempt .
RMAppAttemptStategetAppAttemptState()
The state of the RMAppAttempt .
StringgetDiagnostics()
Diagnostics information for the application attempt.
FinalApplicationStatusgetFinalApplicationStatus()
The final status set by the AM.
StringgetHost()
The host on which the RMAppAttempt is running/ran on.
ListgetJustFinishedContainers()
Return the list of last set of finished containers.
ContainergetMasterContainer()
The container on which the Application Master is running.
StringgetOriginalTrackingUrl()
The original url at which the status of the application attempt can be accessed.
floatgetProgress()
Progress for the application attempt.
intgetRpcPort()
The rpc port of the RMAppAttempt .
longgetStartTime()
the start time of the application.
RMAppAttemptStategetState()
The current state of the RMAppAttempt .
StringgetTrackingUrl()
The url at which the status of the application attempt can be accessed.