Class MysqlGetByIndexOp<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<D>>
io.datarouter.client.mysql.op.read.index.MysqlGetByIndexOp<PK,D,F,IK,IE,IF>
public class MysqlGetByIndexOp<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<D>>
-
Constructor Summary
Constructors Constructor Description MysqlGetByIndexOp(io.datarouter.storage.Datarouter datarouter, io.datarouter.storage.serialize.fieldcache.PhysicalDatabeanFieldInfo<PK,D,F> databeanFieldInfo, MysqlFieldCodecFactory fieldCodecFactory, MysqlSqlFactory mysqlSqlFactory, MysqlClientType mysqlClientType, io.datarouter.storage.serialize.fieldcache.IndexEntryFieldInfo<IK,IE,IF> indexEntryFieldInfo, java.util.Collection<IK> indexKeys, io.datarouter.storage.config.Config config) -
Method Summary
Methods inherited from class io.datarouter.client.mysql.op.BaseMysqlOp
getClientId, getConnection, getIsolation, isAutoCommit
-
Constructor Details
-
MysqlGetByIndexOp
public MysqlGetByIndexOp(io.datarouter.storage.Datarouter datarouter, io.datarouter.storage.serialize.fieldcache.PhysicalDatabeanFieldInfo<PK,D,F> databeanFieldInfo, MysqlFieldCodecFactory fieldCodecFactory, MysqlSqlFactory mysqlSqlFactory, MysqlClientType mysqlClientType, io.datarouter.storage.serialize.fieldcache.IndexEntryFieldInfo<IK,IE,IF> indexEntryFieldInfo, java.util.Collection<IK> indexKeys, io.datarouter.storage.config.Config config)
-
-
Method Details