Class MysqlDeleteAllOp<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.Integer>
io.datarouter.client.mysql.op.write.MysqlDeleteAllOp<PK,​D,​F>

public class MysqlDeleteAllOp<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.Integer>
  • Constructor Summary

    Constructors 
    Constructor Description
    MysqlDeleteAllOp​(io.datarouter.storage.Datarouter datarouter, io.datarouter.storage.serialize.fieldcache.PhysicalDatabeanFieldInfo<PK,​D,​F> fieldInfo, io.datarouter.storage.config.Config config, MysqlSqlFactory mysqlSqlFactory)  
  • Method Summary

    Modifier and Type Method Description
    java.lang.Integer 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

    • MysqlDeleteAllOp

      public MysqlDeleteAllOp​(io.datarouter.storage.Datarouter datarouter, io.datarouter.storage.serialize.fieldcache.PhysicalDatabeanFieldInfo<PK,​D,​F> fieldInfo, io.datarouter.storage.config.Config config, MysqlSqlFactory mysqlSqlFactory)
  • Method Details