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
Methods inherited from class io.datarouter.client.mysql.op.BaseMysqlOp
getClientId, getConnection, getIsolation, isAutoCommit
-
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
- Specified by:
runOncein classBaseMysqlOp<java.util.List<PK extends io.datarouter.model.key.primary.PrimaryKey<PK>>>
-