org.apache.hadoop.yarn.server.resourcemanager.webapp.dao
Class StatisticsItemInfo

java.lang.Object
  extended by org.apache.hadoop.yarn.server.resourcemanager.webapp.dao.StatisticsItemInfo

public class StatisticsItemInfo
extends Object


Field Summary
protected  long count
           
protected  org.apache.hadoop.yarn.api.records.YarnApplicationState state
           
protected  String type
           
 
Constructor Summary
StatisticsItemInfo()
           
StatisticsItemInfo(org.apache.hadoop.yarn.api.records.YarnApplicationState state, String type, long count)
           
 
Method Summary
 long getCount()
           
 org.apache.hadoop.yarn.api.records.YarnApplicationState getState()
           
 String getType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

state

protected org.apache.hadoop.yarn.api.records.YarnApplicationState state

type

protected String type

count

protected long count
Constructor Detail

StatisticsItemInfo

public StatisticsItemInfo()

StatisticsItemInfo

public StatisticsItemInfo(org.apache.hadoop.yarn.api.records.YarnApplicationState state,
                          String type,
                          long count)
Method Detail

getState

public org.apache.hadoop.yarn.api.records.YarnApplicationState getState()

getType

public String getType()

getCount

public long getCount()


Copyright © 2014 Apache Software Foundation. All Rights Reserved.