V
-
public interface StatisticsData<V>
Modifier and Type | Method and Description |
---|---|
long |
getInterval()
Returns time interval in seconds for this statistics data
|
java.util.List<V> |
getValues()
Returns a list of collected data, the values in the list are collected after each time interval.
|
long getInterval()
java.util.List<V> getValues()