org.apache.hadoop.yarn.server.resourcemanager.webapp.dao
Class StatisticsItemInfo
java.lang.Object
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
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
state
protected org.apache.hadoop.yarn.api.records.YarnApplicationState state
type
protected String type
count
protected long count
StatisticsItemInfo
public StatisticsItemInfo()
StatisticsItemInfo
public StatisticsItemInfo(org.apache.hadoop.yarn.api.records.YarnApplicationState state,
String type,
long count)
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.