public class StatisticsItemInfo extends Object
Modifier and Type | Field and Description |
---|---|
protected long |
count |
protected YarnApplicationState |
state |
protected String |
type |
Constructor and Description |
---|
StatisticsItemInfo() |
StatisticsItemInfo(YarnApplicationState state,
String type,
long count) |
protected YarnApplicationState state
protected String type
protected long count
public StatisticsItemInfo()
public StatisticsItemInfo(YarnApplicationState state, String type, long count)
public YarnApplicationState getState()
public String getType()
public long getCount()
Copyright © 2013 Apache Software Foundation. All rights reserved.