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

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

Introduction

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

The text is from its open source code.

Method

ContainerIdgetAMContainerId()
Get the ContainerId of AMContainer for this attempt
ApplicationAttemptIdgetApplicationAttemptId()
Get the ApplicationAttemptId of this attempt of the application
StringgetDiagnostics()
Get the diagnositic information of the application attempt in case of errors.
YarnApplicationAttemptStategetYarnApplicationAttemptState()
Get the YarnApplicationAttemptState of the application attempt.