| Package | Description |
|---|---|
| org.apache.streams.util.api.requests.backoff.impl |
| Modifier and Type | Class and Description |
|---|---|
class |
ConstantTimeBackOffStrategy
A
AbstractBackOffStrategy that causes the current thread to sleep the
same amount of time each time backOff() is called. |
class |
ExponentialBackOffStrategy
Exponential backoff strategy.
|
class |
LinearTimeBackOffStrategy
A
AbstractBackOffStrategy that causes back offs in linear increments. |
Copyright © 2020 The Apache Software Foundation. All rights reserved.