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