Class MysqlGetIndexOp<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>,​IE extends io.datarouter.model.index.IndexEntry<IK,​IE,​PK,​D>,​IF extends io.datarouter.model.serialize.fielder.DatabeanFielder<IK,​IE>>

java.lang.Object
io.datarouter.client.mysql.op.BaseMysqlOp<java.util.List<IE>>
io.datarouter.client.mysql.op.read.index.MysqlGetIndexOp<PK,​D,​F,​IK,​IE,​IF>

public class MysqlGetIndexOp<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>,​IE extends io.datarouter.model.index.IndexEntry<IK,​IE,​PK,​D>,​IF extends io.datarouter.model.serialize.fielder.DatabeanFielder<IK,​IE>>
extends BaseMysqlOp<java.util.List<IE>>
  • Constructor Summary

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

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

    • MysqlGetIndexOp

      public MysqlGetIndexOp​(io.datarouter.storage.Datarouter datarouter, MysqlGetOpExecutor mysqlGetOpExecutor, io.datarouter.storage.serialize.fieldcache.PhysicalDatabeanFieldInfo<PK,​D,​F> fieldInfo, MysqlFieldCodecFactory fieldCodecFactory, java.lang.String opName, io.datarouter.storage.config.Config config, io.datarouter.storage.serialize.fieldcache.IndexEntryFieldInfo<IK,​IE,​IF> indexEntryFieldInfo, java.util.Collection<IK> uniqueKeys)
  • Method Details