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.Void runOnce()  

    Methods inherited from class io.datarouter.client.mysql.op.BaseMysqlOp

    getClientId, getConnection, getIsolation, isAutoCommit

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • FunctorParallelTransactionWrapper

      public FunctorParallelTransactionWrapper​(io.datarouter.storage.Datarouter datarouter, io.datarouter.storage.client.ClientId clientId, java.lang.Runnable func)
  • Method Details