Class SerializedApplicationReport
java.lang.Object
org.apache.hadoop.yarn.service.utils.SerializedApplicationReport
Serialized form of an service report which can be persisted
and then parsed. It can not be converted back into a
real YARN service report
Useful for testing
-
Field Summary
FieldsModifier and TypeFieldDescriptionThis value is non-null only when a report is generated from a submission context. -
Constructor Summary
ConstructorsConstructorDescriptionSerializedApplicationReport(org.apache.hadoop.yarn.api.records.ApplicationReport report) -
Method Summary
-
Field Details
-
applicationId
-
applicationAttemptId
-
name
-
applicationType
-
user
-
queue
-
host
-
rpcPort
-
state
-
diagnostics
-
url
-
submitTime
This value is non-null only when a report is generated from a submission context. The YARNApplicationReportstructure does not propagate this value from the RM. -
startTime
-
finishTime
-
finalStatus
-
origTrackingUrl
-
progress
-
-
Constructor Details
-
SerializedApplicationReport
public SerializedApplicationReport() -
SerializedApplicationReport
public SerializedApplicationReport(org.apache.hadoop.yarn.api.records.ApplicationReport report)
-
-
Method Details