org.apache.hadoop.yarn.server.resourcemanager.webapp.dao
Class AppAttemptsInfo
java.lang.Object
org.apache.hadoop.yarn.server.resourcemanager.webapp.dao.AppAttemptsInfo
public class AppAttemptsInfo
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
attempt
protected ArrayList<AppAttemptInfo> attempt
AppAttemptsInfo
public AppAttemptsInfo()
add
public void add(AppAttemptInfo info)
getAttempts
public ArrayList<AppAttemptInfo> getAttempts()
Copyright © 2014 Apache Software Foundation. All Rights Reserved.