Modifier and Type | Class and Description |
---|---|
class |
EBRetryStrategyBackoff
Implementation of
BackOff that increases the back off period for each retry attempt using
a randomization function that grows exponentially. |
Modifier and Type | Field and Description |
---|---|
static BackOff |
BackOff.STOP_BACKOFF
Fixed back-off policy that always returns
#STOP for nextBackOffMillis() ,
meaning that the operation should not be retried. |
static BackOff |
BackOff.ZERO_BACKOFF
Fixed back-off policy whose back-off time is always zero, meaning that the operation is retried
immediately without waiting.
|
Copyright © 2016. All rights reserved.