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

public class MysqlGetRangesOp<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<D>>
  • Constructor Summary

    Constructors 
    Constructor Description
    MysqlGetRangesOp​(io.datarouter.storage.Datarouter datarouter, io.datarouter.storage.serialize.fieldcache.PhysicalDatabeanFieldInfo<PK,​D,​F> fieldInfo, MysqlFieldCodecFactory fieldCodecFactory, MysqlSqlFactory mysqlSqlFactory, java.util.Collection<io.datarouter.util.tuple.Range<PK>> ranges, io.datarouter.storage.config.Config config, MysqlClientType mysqlClientType)  
  • Method Summary

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

    • MysqlGetRangesOp

      public MysqlGetRangesOp​(io.datarouter.storage.Datarouter datarouter, io.datarouter.storage.serialize.fieldcache.PhysicalDatabeanFieldInfo<PK,​D,​F> fieldInfo, MysqlFieldCodecFactory fieldCodecFactory, MysqlSqlFactory mysqlSqlFactory, java.util.Collection<io.datarouter.util.tuple.Range<PK>> ranges, io.datarouter.storage.config.Config config, MysqlClientType mysqlClientType)
  • Method Details

    • runOnce

      public java.util.List<D> runOnce()
      Specified by:
      runOnce in class BaseMysqlOp<java.util.List<D extends io.datarouter.model.databean.Databean<PK,​D>>>