Class FunctorParallelTransactionWrapper
java.lang.Object
io.datarouter.client.mysql.op.BaseMysqlOp<java.lang.Void>
io.datarouter.client.mysql.op.custom.FunctorParallelTransactionWrapper
public class FunctorParallelTransactionWrapper extends BaseMysqlOp<java.lang.Void>
-
Constructor Summary
Constructors Constructor Description FunctorParallelTransactionWrapper(io.datarouter.storage.Datarouter datarouter, io.datarouter.storage.client.ClientId clientId, java.lang.Runnable func) -
Method Summary
Modifier and Type Method Description java.lang.VoidrunOnce()Methods inherited from class io.datarouter.client.mysql.op.BaseMysqlOp
getClientId, getConnection, getIsolation, isAutoCommit
-
Constructor Details
-
FunctorParallelTransactionWrapper
public FunctorParallelTransactionWrapper(io.datarouter.storage.Datarouter datarouter, io.datarouter.storage.client.ClientId clientId, java.lang.Runnable func)
-
-
Method Details
-
runOnce
public java.lang.Void runOnce()- Specified by:
runOncein classBaseMysqlOp<java.lang.Void>
-