Uses of Class
io.datarouter.client.mysql.op.read.MysqlGetOpExecutor
| Package | Description |
|---|---|
| io.datarouter.client.mysql.op.read | |
| io.datarouter.client.mysql.op.read.index |
-
Uses of MysqlGetOpExecutor in io.datarouter.client.mysql.op.read
Constructors in io.datarouter.client.mysql.op.read with parameters of type MysqlGetOpExecutor 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)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)MysqlLookupUniqueOp(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<? extends io.datarouter.model.key.unique.UniqueKey<PK>> keys, io.datarouter.storage.config.Config config) -
Uses of MysqlGetOpExecutor in io.datarouter.client.mysql.op.read.index
Constructors in io.datarouter.client.mysql.op.read.index with parameters of type MysqlGetOpExecutor Constructor Description MysqlGetIndexOp(io.datarouter.storage.Datarouter datarouter, MysqlGetOpExecutor mysqlGetOpExecutor, io.datarouter.storage.serialize.fieldcache.PhysicalDatabeanFieldInfo<PK,D,F> fieldInfo, MysqlFieldCodecFactory fieldCodecFactory, java.lang.String opName, io.datarouter.storage.config.Config config, io.datarouter.storage.serialize.fieldcache.IndexEntryFieldInfo<IK,IE,IF> indexEntryFieldInfo, java.util.Collection<IK> uniqueKeys)