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