public interface IStatElement<V> extends Serializable
| Modifier and Type | Method and Description |
|---|---|
V |
getData()
Get the data, ex. for hit count you would get a value for some number.
|
String |
getName()
Get the name of the stat element, ex.
|
void |
setData(V data)
Set the data for this element.
|
void |
setName(String name) |
String getName()
void setName(String name)
name - V getData()
void setData(V data)
data - Copyright © 2002–2022 The Apache Software Foundation. All rights reserved.