Class MysqlManagedIndexGetKeyRangesOp<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<IK>>
io.datarouter.client.mysql.op.read.index.MysqlManagedIndexGetKeyRangesOp<PK,D,F,IK,IE,IF>
public class MysqlManagedIndexGetKeyRangesOp<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<IK>>
-
Constructor Summary
Constructors Constructor Description MysqlManagedIndexGetKeyRangesOp(io.datarouter.storage.Datarouter datarouter, io.datarouter.storage.serialize.fieldcache.PhysicalDatabeanFieldInfo<PK,D,F> databeanFieldInfo, MysqlFieldCodecFactory fieldCodecFactory, MysqlSqlFactory mysqlSqlFactory, io.datarouter.storage.serialize.fieldcache.IndexEntryFieldInfo<IK,IE,IF> indexEntryFieldInfo, java.util.Collection<io.datarouter.util.tuple.Range<IK>> 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
-
MysqlManagedIndexGetKeyRangesOp
public MysqlManagedIndexGetKeyRangesOp(io.datarouter.storage.Datarouter datarouter, io.datarouter.storage.serialize.fieldcache.PhysicalDatabeanFieldInfo<PK,D,F> databeanFieldInfo, MysqlFieldCodecFactory fieldCodecFactory, MysqlSqlFactory mysqlSqlFactory, io.datarouter.storage.serialize.fieldcache.IndexEntryFieldInfo<IK,IE,IF> indexEntryFieldInfo, java.util.Collection<io.datarouter.util.tuple.Range<IK>> ranges, io.datarouter.storage.config.Config config, MysqlClientType mysqlClientType)
-
-
Method Details
-
runOnce
- Specified by:
runOncein classBaseMysqlOp<java.util.List<IK extends io.datarouter.model.key.primary.PrimaryKey<IK>>>
-