Interface IStatElement<V>
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
StatElement
IAuxiliaryCacheStats will hold these IStatElements.
-
Method Summary
-
Method Details
-
getName
Get the name of the stat element, ex. HitCount- Returns:
- the stat element name
-
setName
- Parameters:
name
-
-
getData
Get the data, ex. for hit count you would get a value for some number.- Returns:
- data
-
setData
Set the data for this element.- Parameters:
data
-
-