Attributes
Members list
Type members
Inherited and Abstract types
The names of the product elements
The names of the product elements
Attributes
- Inherited from:
- Mirror
The name of the type
The name of the type
Attributes
- Inherited from:
- Mirror
Value members
Concrete methods
An infinite computed schedule. Each interval is computed using the previously returned state (starting with the initial state).
An infinite computed schedule. Each interval is computed using the previously returned state (starting with the initial state).
Attributes
An infinite, decorrelated jitter schedule, where each interval is a random duration between the given minimum and three times the previous interval.
An infinite, decorrelated jitter schedule, where each interval is a random duration between the given minimum and three times the previous interval.
Attributes
- See also
An infinite, exponential backoff schedule with base 2. That is, each subsequent interval is twice as long as the previous one.
An infinite, exponential backoff schedule with base 2. That is, each subsequent interval is twice as long as the previous one.
Attributes
An infinite, Fibonacci backoff schedule. That is, each subsequent interval is the sum of the two previous intervals.
An infinite, Fibonacci backoff schedule. That is, each subsequent interval is the sum of the two previous intervals.
Attributes
An infinite schedule that repeats the operation at the given fixed interval.
An infinite schedule that repeats the operation at the given fixed interval.