math.ExponentialBackoff Extends
No description.

Inheritance

Constructor

goog.math.ExponentialBackoff(initialValuemaxValue)

Parameters

initialValue : number
The initial backoff value.
maxValue : number
The maximum backoff value.

Instance Methods

Public Protected Private
backoff()
Initiates a backoff.
code »
getBackoffCount() number
No description.
Returns: number  The number of times this class has backed off.
code »
getValue() number
No description.
Returns: number  The current backoff value.
code »
reset()
Resets the backoff value to its initial value.
code »

Instance Properties

currCount_ :
The number of backoffs that have happened.
Code »
currValue_ :
The current backoff value.
Code »
initialValue_ :
No description.
Code »
maxValue_ :
No description.
Code »

Package math

Package Reference