@InterfaceAudience.Public @InterfaceStability.Unstable public class ApplicationAttemptHistoryData extends Object
RMAppAttempt.| Constructor and Description | 
|---|
| ApplicationAttemptHistoryData() | 
| Modifier and Type | Method and Description | 
|---|---|
| org.apache.hadoop.yarn.api.records.ApplicationAttemptId | getApplicationAttemptId() | 
| String | getDiagnosticsInfo() | 
| org.apache.hadoop.yarn.api.records.FinalApplicationStatus | getFinalApplicationStatus() | 
| String | getHost() | 
| org.apache.hadoop.yarn.api.records.ContainerId | getMasterContainerId() | 
| int | getRPCPort() | 
| String | getTrackingURL() | 
| org.apache.hadoop.yarn.api.records.YarnApplicationAttemptState | getYarnApplicationAttemptState() | 
| static ApplicationAttemptHistoryData | newInstance(org.apache.hadoop.yarn.api.records.ApplicationAttemptId appAttemptId,
           String host,
           int rpcPort,
           org.apache.hadoop.yarn.api.records.ContainerId masterContainerId,
           String diagnosticsInfo,
           String trackingURL,
           org.apache.hadoop.yarn.api.records.FinalApplicationStatus finalApplicationStatus,
           org.apache.hadoop.yarn.api.records.YarnApplicationAttemptState yarnApplicationAttemptState) | 
| void | setApplicationAttemptId(org.apache.hadoop.yarn.api.records.ApplicationAttemptId applicationAttemptId) | 
| void | setDiagnosticsInfo(String diagnosticsInfo) | 
| void | setFinalApplicationStatus(org.apache.hadoop.yarn.api.records.FinalApplicationStatus finalApplicationStatus) | 
| void | setHost(String host) | 
| void | setMasterContainerId(org.apache.hadoop.yarn.api.records.ContainerId masterContainerId) | 
| void | setRPCPort(int rpcPort) | 
| void | setTrackingURL(String trackingURL) | 
| void | setYarnApplicationAttemptState(org.apache.hadoop.yarn.api.records.YarnApplicationAttemptState yarnApplicationAttemptState) | 
@InterfaceAudience.Public @InterfaceStability.Unstable public static ApplicationAttemptHistoryData newInstance(org.apache.hadoop.yarn.api.records.ApplicationAttemptId appAttemptId, String host, int rpcPort, org.apache.hadoop.yarn.api.records.ContainerId masterContainerId, String diagnosticsInfo, String trackingURL, org.apache.hadoop.yarn.api.records.FinalApplicationStatus finalApplicationStatus, org.apache.hadoop.yarn.api.records.YarnApplicationAttemptState yarnApplicationAttemptState)
@InterfaceAudience.Public @InterfaceStability.Unstable public org.apache.hadoop.yarn.api.records.ApplicationAttemptId getApplicationAttemptId()
@InterfaceAudience.Public @InterfaceStability.Unstable public void setApplicationAttemptId(org.apache.hadoop.yarn.api.records.ApplicationAttemptId applicationAttemptId)
@InterfaceAudience.Public @InterfaceStability.Unstable public String getHost()
@InterfaceAudience.Public @InterfaceStability.Unstable public void setHost(String host)
@InterfaceAudience.Public @InterfaceStability.Unstable public int getRPCPort()
@InterfaceAudience.Public @InterfaceStability.Unstable public void setRPCPort(int rpcPort)
@InterfaceAudience.Public @InterfaceStability.Unstable public String getTrackingURL()
@InterfaceAudience.Public @InterfaceStability.Unstable public void setTrackingURL(String trackingURL)
@InterfaceAudience.Public @InterfaceStability.Unstable public String getDiagnosticsInfo()
@InterfaceAudience.Public @InterfaceStability.Unstable public void setDiagnosticsInfo(String diagnosticsInfo)
@InterfaceAudience.Public @InterfaceStability.Unstable public org.apache.hadoop.yarn.api.records.FinalApplicationStatus getFinalApplicationStatus()
@InterfaceAudience.Public @InterfaceStability.Unstable public void setFinalApplicationStatus(org.apache.hadoop.yarn.api.records.FinalApplicationStatus finalApplicationStatus)
@InterfaceAudience.Public @InterfaceStability.Unstable public org.apache.hadoop.yarn.api.records.ContainerId getMasterContainerId()
@InterfaceAudience.Public @InterfaceStability.Unstable public void setMasterContainerId(org.apache.hadoop.yarn.api.records.ContainerId masterContainerId)
@InterfaceAudience.Public @InterfaceStability.Unstable public org.apache.hadoop.yarn.api.records.YarnApplicationAttemptState getYarnApplicationAttemptState()
@InterfaceAudience.Public @InterfaceStability.Unstable public void setYarnApplicationAttemptState(org.apache.hadoop.yarn.api.records.YarnApplicationAttemptState yarnApplicationAttemptState)
Copyright © 2008–2023 Apache Software Foundation. All rights reserved.