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

    Modifier and Type Method Description
    T call()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait