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

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

The text is from its open source code.

Method

ApplicationIdgetApplicationId()
Get the ApplicationId of the application.
ApplicationResourceUsageReportgetApplicationResourceUsageReport()
Retrieve the structure containing the job resources for this application
SetgetApplicationTags()
Get all tags corresponding to the application
StringgetApplicationType()
Get the application's Type
TokengetClientToAMToken()
Get the client token for communicating with the ApplicationMaster.
ApplicationAttemptIdgetCurrentApplicationAttemptId()
Get the ApplicationAttemptId of the current attempt of the application
StringgetDiagnostics()
Get the diagnositic information of the application in case of errors.
FinalApplicationStatusgetFinalApplicationStatus()
Get the final finish status of the application.
longgetFinishTime()
Get the finish time of the application.
StringgetHost()
Get the host on which the ApplicationMaster is running.
StringgetName()
Get the user-defined name of the application.
StringgetOriginalTrackingUrl()
Get the original not-proxied tracking url for the application.
floatgetProgress()
Get the application's progress ( range 0.0 to 1.0 )
StringgetQueue()
Get the queue to which the application was submitted.
intgetRpcPort()
Get the RPC port of the ApplicationMaster.
longgetStartTime()
Get the start time of the application.
StringgetTrackingUrl()
Get the tracking url for the application.
StringgetUser()
Get the user who submitted the application.
YarnApplicationStategetYarnApplicationState()
Get the YarnApplicationState of the application.
voidsetAMRMToken(Token amRmToken)
voidsetApplicationId(ApplicationId applicationId)
voidsetApplicationResourceUsageReport(ApplicationResourceUsageReport appResources)
Store the structure containing the job resources for this application
voidsetClientToAMToken(Token clientToAMToken)
voidsetCurrentApplicationAttemptId(ApplicationAttemptId applicationAttemptId)
voidsetDiagnostics(String diagnostics)
voidsetFinalApplicationStatus(FinalApplicationStatus finishState)
voidsetFinishTime(long finishTime)
voidsetHost(String host)
voidsetName(String name)
voidsetOriginalTrackingUrl(String url)
voidsetProgress(float progress)
voidsetRpcPort(int rpcPort)
voidsetStartTime(long startTime)
voidsetTrackingUrl(String url)
voidsetUser(String user)
voidsetYarnApplicationState(YarnApplicationState state)