public class Stats extends Object implements IStats
| Constructor and Description |
|---|
Stats() |
| Modifier and Type | Method and Description |
|---|---|
List<IStatElement<?>> |
getStatElements()
Return generic statistical or historical data.
|
String |
getTypeName()
Get the type name, such as "LRU Memory Cache."
|
void |
setStatElements(List<IStatElement<?>> stats)
Set the generic statistical or historical data.
|
void |
setTypeName(String name)
Set the type name, such as "LRU Memory Cache."
|
String |
toString() |
public List<IStatElement<?>> getStatElements()
IStatsgetStatElements in interface IStatspublic void setStatElements(List<IStatElement<?>> stats)
IStatssetStatElements in interface IStatsstats - public String getTypeName()
IStatsgetTypeName in interface IStatspublic void setTypeName(String name)
IStatssetTypeName in interface IStatsname - Copyright © 2002–2022 The Apache Software Foundation. All rights reserved.