public class AMAttemptInfo extends Object
| Modifier and Type | Field and Description | 
|---|---|
| protected String | containerId | 
| protected int | id | 
| protected String | logsLink | 
| protected String | nodeHttpAddress | 
| protected String | nodeId | 
| protected long | startTime | 
| Constructor and Description | 
|---|
| AMAttemptInfo() | 
| AMAttemptInfo(org.apache.hadoop.mapreduce.v2.api.records.AMInfo amInfo,
             String jobId,
             String user) | 
| Modifier and Type | Method and Description | 
|---|---|
| int | getAttemptId() | 
| String | getContainerId() | 
| String | getLogsLink() | 
| String | getNodeHttpAddress() | 
| String | getNodeId() | 
| long | getStartTime() | 
Copyright © 2008–2023 Apache Software Foundation. All rights reserved.