com.axibase.tsd.model.data.series
Class Rate
java.lang.Object
com.axibase.tsd.model.data.series.Rate
public class Rate
- extends Object
Contains data to compute difference between consecutive samples per unit of time (rate interval).
Used to compute rate of change when the underlying metric measures a continuously incrementing counter.
- Author:
- Nikolay Malevanny.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Rate
public Rate()
Rate
public Rate(Interval interval)
getInterval
public Interval getInterval()
setInterval
public void setInterval(Interval interval)
Copyright © 2015. All rights reserved.