com.axibase.tsd.model.data.series
Class Rate

java.lang.Object
  extended by 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.

Constructor Summary
Rate()
           
Rate(Interval interval)
           
 
Method Summary
 Interval getInterval()
           
 void setInterval(Interval interval)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Rate

public Rate()

Rate

public Rate(Interval interval)
Method Detail

getInterval

public Interval getInterval()

setInterval

public void setInterval(Interval interval)


Copyright © 2015. All rights reserved.