- SqlCallable<V> - Interface in com.github.rbuck.retry
-
A SAM type permitting the use of lambda expressions whose default action is
to perform a SQL transaction using the given connection.
- SqlRetryPolicy<V> - Class in com.github.rbuck.retry
-
A retry policy for SQL operations.
- SqlRetryPolicy(RetryStrategy, SqlTransactionContext) - Constructor for class com.github.rbuck.retry.SqlRetryPolicy
-
Implements a retry policy using the specified strategy and transient error detection algorithm.
- SqlRetryPolicy(RetryStrategy, TransientExceptionDetector, SqlTransactionContext) - Constructor for class com.github.rbuck.retry.SqlRetryPolicy
-
Implements a retry policy using the specified strategy and transient error detection algorithm.
- SqlTransactionContext - Interface in com.github.rbuck.retry
-
The SQL transaction context for executed actions.
- SqlTransientExceptionDetector - Class in com.github.rbuck.retry
-
Checks if the exception is a transient SQL exception.
- SqlTransientExceptionDetector() - Constructor for class com.github.rbuck.retry.SqlTransientExceptionDetector
-
- SqlTransientExceptionDetector(boolean) - Constructor for class com.github.rbuck.retry.SqlTransientExceptionDetector
-