Class BaseMysqlOp<T>

java.lang.Object
io.datarouter.client.mysql.op.BaseMysqlOp<T>
Direct Known Subclasses:
BaseMysqlDeleteOp, FunctorParallelTransactionWrapper, MysqlDeleteAllOp, MysqlGetByIndexOp, MysqlGetIndexOp, MysqlGetKeysOp, MysqlGetOp, MysqlGetPrimaryKeyRangesOp, MysqlGetRangesOp, MysqlLookupUniqueOp, MysqlManagedIndexGetDatabeanRangesOp, MysqlManagedIndexGetKeyRangesOp, MysqlManagedIndexGetRangesOp, MysqlPutOp

public abstract class BaseMysqlOp<T>
extends java.lang.Object
  • Constructor Summary

    Constructors 
    Constructor Description
    BaseMysqlOp​(io.datarouter.storage.Datarouter datarouter, io.datarouter.storage.client.ClientId clientId)  
    BaseMysqlOp​(io.datarouter.storage.Datarouter datarouter, io.datarouter.storage.client.ClientId clientId, Isolation isolation, boolean autoCommit)  
  • Method Summary

    Modifier and Type Method Description
    io.datarouter.storage.client.ClientId getClientId()  
    java.sql.Connection getConnection()  
    Isolation getIsolation()  
    boolean isAutoCommit()  
    abstract T runOnce()  

    Methods inherited from class java.lang.Object

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

    • BaseMysqlOp

      public BaseMysqlOp​(io.datarouter.storage.Datarouter datarouter, io.datarouter.storage.client.ClientId clientId, Isolation isolation, boolean autoCommit)
    • BaseMysqlOp

      public BaseMysqlOp​(io.datarouter.storage.Datarouter datarouter, io.datarouter.storage.client.ClientId clientId)
  • Method Details