| 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.
|
| com.github.rbuck.retry.hibernate |
This package provides a class used to distinguish transient versus
non-transient Hibernate exceptions.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SqlTransientExceptionDetector
Checks if the exception is a transient SQL exception.
|
| Constructor and Description |
|---|
RetryPolicy(RetryStrategy retryStrategy,
TransientExceptionDetector transientExceptionDetector)
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.
|
| Modifier and Type | Class and Description |
|---|---|
class |
HibernateTransientExceptionDetector
Checks if the Hibernate exception is a transient SQL exception.
|
Copyright © 2015. All rights reserved.