Class MysqlRollbackRetryingCallable<T>
java.lang.Object
io.datarouter.client.mysql.execution.MysqlRollbackRetryingCallable<T>
- All Implemented Interfaces:
io.datarouter.util.retry.Retryable<T>,java.util.concurrent.Callable<T>
public class MysqlRollbackRetryingCallable<T>
extends java.lang.Object
implements io.datarouter.util.retry.Retryable<T>
-
Constructor Summary
Constructors Constructor Description MysqlRollbackRetryingCallable(SessionExecutorCallable<T> callable, int numAttempts, long initialBackoffMs) -
Method Summary
-
Constructor Details
-
MysqlRollbackRetryingCallable
public MysqlRollbackRetryingCallable(SessionExecutorCallable<T> callable, int numAttempts, long initialBackoffMs)
-
-
Method Details