public class AppAttemptsInfo extends Object
| Modifier and Type | Field and Description | 
|---|---|
| protected ArrayList<AppAttemptInfo> | attempt | 
| Constructor and Description | 
|---|
| AppAttemptsInfo() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | add(AppAttemptInfo info) | 
| ArrayList<AppAttemptInfo> | getAttempts() | 
protected ArrayList<AppAttemptInfo> attempt
public void add(AppAttemptInfo info)
public ArrayList<AppAttemptInfo> getAttempts()
Copyright © 2008–2023 Apache Software Foundation. All rights reserved.