Uses of Class
org.globus.mds.usefulrp.types.ExponentialRate

Packages that use ExponentialRate
org.globus.mds.usefulrp.types   
 

Uses of ExponentialRate in org.globus.mds.usefulrp.types
 

Fields in org.globus.mds.usefulrp.types declared as ExponentialRate
private  ExponentialRate[] Accumulator.expRate
          Exponentially decaying averages of the rate.
 

Methods in org.globus.mds.usefulrp.types that return ExponentialRate
 ExponentialRate[] Accumulator.getExpRate()
          Gets the expRate value for this Accumulator.
 ExponentialRate Accumulator.getExpRate(int i)
           
 

Methods in org.globus.mds.usefulrp.types with parameters of type ExponentialRate
 void Accumulator.setExpRate(ExponentialRate[] expRate)
          Sets the expRate value for this Accumulator.
 void Accumulator.setExpRate(int i, ExponentialRate _value)
           
 

Constructors in org.globus.mds.usefulrp.types with parameters of type ExponentialRate
Accumulator(ExponentialRate[] expRate, java.util.Calendar lastChange, java.util.Calendar startTime, long total)