Uses of Class
io.datarouter.client.mysql.MysqlClientType
| Package | Description |
|---|---|
| io.datarouter.client.mysql.node | |
| io.datarouter.client.mysql.op.read | |
| io.datarouter.client.mysql.op.read.index | |
| io.datarouter.client.mysql.op.write |
-
Uses of MysqlClientType in io.datarouter.client.mysql.node
Constructors in io.datarouter.client.mysql.node with parameters of type MysqlClientType Constructor Description MysqlNode(io.datarouter.storage.node.NodeParams<PK,D,F> params, MysqlClientType mysqlClientType, MysqlNodeManager mysqlNodeManager)MysqlReaderNode(io.datarouter.storage.node.NodeParams<PK,D,F> params, MysqlClientType mysqlClientType, MysqlNodeManager mysqlNodeManager) -
Uses of MysqlClientType in io.datarouter.client.mysql.op.read
Constructors in io.datarouter.client.mysql.op.read with parameters of type MysqlClientType 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)MysqlGetRangesOp(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) -
Uses of MysqlClientType in io.datarouter.client.mysql.op.read.index
Constructors in io.datarouter.client.mysql.op.read.index with parameters of type MysqlClientType Constructor Description MysqlGetByIndexOp(io.datarouter.storage.Datarouter datarouter, io.datarouter.storage.serialize.fieldcache.PhysicalDatabeanFieldInfo<PK,D,F> databeanFieldInfo, MysqlFieldCodecFactory fieldCodecFactory, MysqlSqlFactory mysqlSqlFactory, MysqlClientType mysqlClientType, io.datarouter.storage.serialize.fieldcache.IndexEntryFieldInfo<IK,IE,IF> indexEntryFieldInfo, java.util.Collection<IK> indexKeys, io.datarouter.storage.config.Config config)MysqlManagedIndexGetDatabeanRangesOp(io.datarouter.storage.Datarouter datarouter, io.datarouter.storage.serialize.fieldcache.PhysicalDatabeanFieldInfo<PK,D,F> fieldInfo, 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)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)MysqlManagedIndexGetRangesOp(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) -
Uses of MysqlClientType in io.datarouter.client.mysql.op.write
Constructors in io.datarouter.client.mysql.op.write with parameters of type MysqlClientType Constructor Description BaseMysqlDeleteOp(io.datarouter.storage.Datarouter datarouter, io.datarouter.storage.serialize.fieldcache.PhysicalDatabeanFieldInfo<PK,D,F> databeanFieldInfo, MysqlSqlFactory mysqlSqlFactory, MysqlClientType mysqlClientType, java.util.Collection<? extends IK> keys, io.datarouter.storage.config.Config config, java.lang.String indexName, java.lang.String opName)MysqlDeleteByIndexOp(io.datarouter.storage.Datarouter datarouter, io.datarouter.storage.serialize.fieldcache.PhysicalDatabeanFieldInfo<PK,D,F> databeanfieldInfo, MysqlSqlFactory mysqlSqlFactory, MysqlClientType mysqlClientType, java.util.Collection<IK> keys, io.datarouter.storage.config.Config config, java.lang.String indexName, java.lang.String opName)MysqlDeleteOp(io.datarouter.storage.Datarouter datarouter, io.datarouter.storage.serialize.fieldcache.PhysicalDatabeanFieldInfo<PK,D,F> fieldInfo, MysqlSqlFactory mysqlSqlFactory, MysqlClientType mysqlClientType, java.util.Collection<PK> keys, io.datarouter.storage.config.Config config, java.lang.String opName)MysqlUniqueIndexDeleteOp(io.datarouter.storage.Datarouter datarouter, io.datarouter.storage.serialize.fieldcache.PhysicalDatabeanFieldInfo<PK,D,F> databeanFieldInfo, MysqlSqlFactory mysqlSqlFactory, MysqlClientType mysqlClientType, java.util.Collection<? extends io.datarouter.model.key.unique.UniqueKey<PK>> keys, io.datarouter.storage.config.Config config, java.lang.String opName)