org.apache.hadoop.mapreduce.v2.app.webapp.dao
Class AppInfo

java.lang.Object
  extended by org.apache.hadoop.mapreduce.v2.app.webapp.dao.AppInfo

public class AppInfo
extends Object


Field Summary
protected  String appId
           
protected  long elapsedTime
           
protected  String name
           
protected  long startedOn
           
protected  String user
           
 
Constructor Summary
AppInfo()
           
AppInfo(App app, AppContext context)
           
 
Method Summary
 long getElapsedTime()
           
 String getId()
           
 String getName()
           
 long getStartTime()
           
 String getUser()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

appId

protected String appId

name

protected String name

user

protected String user

startedOn

protected long startedOn

elapsedTime

protected long elapsedTime
Constructor Detail

AppInfo

public AppInfo()

AppInfo

public AppInfo(App app,
               AppContext context)
Method Detail

getId

public String getId()

getName

public String getName()

getUser

public String getUser()

getStartTime

public long getStartTime()

getElapsedTime

public long getElapsedTime()


Copyright © 2014 Apache Software Foundation. All Rights Reserved.