public class StatisticsItemInfo extends Object
Modifier and Type | Field and Description |
---|---|
protected long |
count |
protected org.apache.hadoop.yarn.api.records.YarnApplicationState |
state |
protected String |
type |
Constructor and Description |
---|
StatisticsItemInfo() |
StatisticsItemInfo(org.apache.hadoop.yarn.api.records.YarnApplicationState state,
String type,
long count) |
Modifier and Type | Method and Description |
---|---|
long |
getCount() |
org.apache.hadoop.yarn.api.records.YarnApplicationState |
getState() |
String |
getType() |
protected org.apache.hadoop.yarn.api.records.YarnApplicationState state
protected String type
protected long count
public StatisticsItemInfo()
public StatisticsItemInfo(org.apache.hadoop.yarn.api.records.YarnApplicationState state, String type, long count)
public org.apache.hadoop.yarn.api.records.YarnApplicationState getState()
public String getType()
public long getCount()
Copyright © 2008–2021 Apache Software Foundation. All rights reserved.