Class MysqlDeleteByIndexOp<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>,​IK extends io.datarouter.model.key.primary.PrimaryKey<IK>>

java.lang.Object
io.datarouter.client.mysql.op.BaseMysqlOp<java.lang.Long>
io.datarouter.client.mysql.op.write.BaseMysqlDeleteOp<PK,​D,​F,​IK>
io.datarouter.client.mysql.op.write.MysqlDeleteByIndexOp<PK,​D,​F,​IK>

public class MysqlDeleteByIndexOp<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>,​IK extends io.datarouter.model.key.primary.PrimaryKey<IK>>
extends BaseMysqlDeleteOp<PK,​D,​F,​IK>
  • Constructor Summary

    Constructors 
    Constructor Description
    MysqlDeleteByIndexOp​(io.datarouter.storage.Datarouter datarouter, io.datarouter.storage.serialize.fieldcache.PhysicalDatabeanFieldInfo<PK,​D,​F> databeanfieldInfo, MysqlSqlFactory mysqlSqlFactory, MysqlClientType mysqlClientType, java.util.Collection<IK> keys, io.datarouter.storage.config.Config config, java.lang.String indexName, java.lang.String opName)  
  • Method Summary

    Methods inherited from class io.datarouter.client.mysql.op.write.BaseMysqlDeleteOp

    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

    • MysqlDeleteByIndexOp

      public MysqlDeleteByIndexOp​(io.datarouter.storage.Datarouter datarouter, io.datarouter.storage.serialize.fieldcache.PhysicalDatabeanFieldInfo<PK,​D,​F> databeanfieldInfo, MysqlSqlFactory mysqlSqlFactory, MysqlClientType mysqlClientType, java.util.Collection<IK> keys, io.datarouter.storage.config.Config config, java.lang.String indexName, java.lang.String opName)