Class MysqlPutOp<PK extends io.datarouter.model.key.primary.PrimaryKey<PK>,​D extends io.datarouter.model.databean.Databean<PK,​D>,​F extends io.datarouter.model.serialize.fielder.DatabeanFielder<PK,​D>>

java.lang.Object
io.datarouter.client.mysql.op.BaseMysqlOp<java.lang.Void>
io.datarouter.client.mysql.op.write.MysqlPutOp<PK,​D,​F>

public class MysqlPutOp<PK extends io.datarouter.model.key.primary.PrimaryKey<PK>,​D extends io.datarouter.model.databean.Databean<PK,​D>,​F extends io.datarouter.model.serialize.fielder.DatabeanFielder<PK,​D>>
extends BaseMysqlOp<java.lang.Void>
  • Constructor Summary

    Constructors 
    Constructor Description
    MysqlPutOp​(io.datarouter.storage.Datarouter datarouter, io.datarouter.storage.serialize.fieldcache.PhysicalDatabeanFieldInfo<PK,​D,​F> fieldInfo, MysqlNodeManager mysqlNodeManager, MysqlSqlFactory mysqlSqlFactory, java.util.Collection<D> databeans, io.datarouter.storage.config.Config config)  
  • 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

    • MysqlPutOp

      public MysqlPutOp​(io.datarouter.storage.Datarouter datarouter, io.datarouter.storage.serialize.fieldcache.PhysicalDatabeanFieldInfo<PK,​D,​F> fieldInfo, MysqlNodeManager mysqlNodeManager, MysqlSqlFactory mysqlSqlFactory, java.util.Collection<D> databeans, io.datarouter.storage.config.Config config)
  • Method Details