Class MysqlGetKeysOp<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.util.List<PK>>
io.datarouter.client.mysql.op.read.MysqlGetKeysOp<PK,​D,​F>

public class MysqlGetKeysOp<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.util.List<PK>>
  • Constructor Summary

    Constructors 
    Constructor Description
    MysqlGetKeysOp​(io.datarouter.storage.Datarouter datarouter, MysqlFieldCodecFactory fieldCodecFactory, MysqlGetOpExecutor mysqlGetOpExecutor, io.datarouter.storage.serialize.fieldcache.PhysicalDatabeanFieldInfo<PK,​D,​F> fieldInfo, java.lang.String opName, java.util.Collection<PK> keys, io.datarouter.storage.config.Config config)  
  • Method Summary

    Modifier and Type Method Description
    java.util.List<PK> 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

    • MysqlGetKeysOp

      public MysqlGetKeysOp​(io.datarouter.storage.Datarouter datarouter, MysqlFieldCodecFactory fieldCodecFactory, MysqlGetOpExecutor mysqlGetOpExecutor, io.datarouter.storage.serialize.fieldcache.PhysicalDatabeanFieldInfo<PK,​D,​F> fieldInfo, java.lang.String opName, java.util.Collection<PK> keys, io.datarouter.storage.config.Config config)
  • Method Details

    • runOnce

      public java.util.List<PK> runOnce()
      Specified by:
      runOnce in class BaseMysqlOp<java.util.List<PK extends io.datarouter.model.key.primary.PrimaryKey<PK>>>