| Package | Description |
|---|---|
| com.github.rbuck.retry |
This package contains the core retry framework classes; this page
provides descriptions for the core classes, the key concepts, etc.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ExponentialBackoff
Implements truncated binary exponential backoff to calculate retry delay per
IEEE 802.3-2008 Section 1.
|
class |
FixedInterval
Represents a fixed interval RetryStrategy whose time interval is fixed.
|
class |
Incremental
Implementation for an incremental retry strategy with fixed initial and
incremental wait times.
|
| Constructor and Description |
|---|
RetryPolicy(RetryStrategy retryStrategy,
TransientExceptionDetector transientExceptionDetector)
Implements a retry policy using the specified strategy and transient error detection algorithm.
|
SqlRetryPolicy(RetryStrategy retryStrategy,
SqlTransactionContext sqlTransactionContext)
Implements a retry policy using the specified strategy and transient error detection algorithm.
|
SqlRetryPolicy(RetryStrategy retryStrategy,
TransientExceptionDetector transientExceptionDetector,
SqlTransactionContext sqlTransactionContext)
Implements a retry policy using the specified strategy and transient error detection algorithm.
|
Copyright © 2015. All rights reserved.