public class Stats extends java.lang.Object implements IStats
Constructor and Description |
---|
Stats() |
Modifier and Type | Method and Description |
---|---|
IStatElement[] |
getStatElements()
Return generic statistical or historical data.
|
java.lang.String |
getTypeName()
Get the type name, such as "LRU Memory Cache." No formal type is defined.
|
void |
setStatElements(IStatElement[] stats)
Set the generic statistical or historical data.
|
void |
setTypeName(java.lang.String name)
Set the type name, such as "LRU Memory Cache." No formal type is defined.
|
java.lang.String |
toString() |
public IStatElement[] getStatElements()
IStats
getStatElements
in interface IStats
public void setStatElements(IStatElement[] stats)
IStats
setStatElements
in interface IStats
stats
- public java.lang.String getTypeName()
IStats
getTypeName
in interface IStats
public void setTypeName(java.lang.String name)
IStats
setTypeName
in interface IStats
name
- public java.lang.String toString()
toString
in class java.lang.Object
Copyright © 2002-2013 Apache Software Foundation. All Rights Reserved.