public class SerializedApplicationReport extends Object
| Modifier and Type | Field and Description |
|---|---|
String |
applicationAttemptId |
String |
applicationId |
String |
applicationType |
String |
diagnostics |
String |
finalStatus |
Long |
finishTime |
String |
host |
String |
name |
String |
origTrackingUrl |
Float |
progress |
String |
queue |
Integer |
rpcPort |
Long |
startTime |
String |
state |
Long |
submitTime
This value is non-null only when a report is generated from a submission context.
|
String |
url |
String |
user |
| Constructor and Description |
|---|
SerializedApplicationReport() |
SerializedApplicationReport(org.apache.hadoop.yarn.api.records.ApplicationReport report) |
public String applicationId
public String applicationAttemptId
public String name
public String applicationType
public String user
public String queue
public String host
public Integer rpcPort
public String state
public String diagnostics
public String url
public Long submitTime
ApplicationReport structure does not propagate this value
from the RM.public Long startTime
public Long finishTime
public String finalStatus
public String origTrackingUrl
public Float progress
Copyright © 2014–2015 The Apache Software Foundation. All rights reserved.