Class MysqlGetOp<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.MysqlGetOp<PK,D,F>
public class MysqlGetOp<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 MysqlGetOp(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
Methods inherited from class io.datarouter.client.mysql.op.BaseMysqlOp
getClientId, getConnection, getIsolation, isAutoCommit
-
Constructor Details
-
MysqlGetOp
public MysqlGetOp(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