Uses of Interface
io.datarouter.client.mysql.execution.SessionExecutorCallable
| Package | Description |
|---|---|
| io.datarouter.client.mysql.execution |
-
Uses of SessionExecutorCallable in io.datarouter.client.mysql.execution
Methods in io.datarouter.client.mysql.execution that return SessionExecutorCallable Modifier and Type Method Description <T> SessionExecutorCallable<T>SessionExecutor. makeCallable(BaseMysqlOp<T> parallelTxnOp, java.lang.String traceName)Methods in io.datarouter.client.mysql.execution with parameters of type SessionExecutorCallable Modifier and Type Method Description static <T> TMysqlOpRetryTool. tryNTimes(SessionExecutorCallable<T> opCallable, io.datarouter.storage.config.Config config)Constructors in io.datarouter.client.mysql.execution with parameters of type SessionExecutorCallable Constructor Description MysqlRollbackRetryingCallable(SessionExecutorCallable<T> callable, int numAttempts, long initialBackoffMs)