A C D I M P R S U V
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- authenticationPlugin() - Method in interface io.quarkus.reactive.mysql.client.runtime.DataSourceReactiveMySQLConfig
-
The authentication plugin the client should use.
C
- charset() - Method in interface io.quarkus.reactive.mysql.client.runtime.DataSourceReactiveMySQLConfig
-
Charset for connections.
- collation() - Method in interface io.quarkus.reactive.mysql.client.runtime.DataSourceReactiveMySQLConfig
-
Collation for connections.
- configureMySQLPool(RuntimeValue<Vertx>, Supplier<Integer>, String, DataSourcesRuntimeConfig, DataSourcesReactiveRuntimeConfig, DataSourcesReactiveMySQLConfig, ShutdownContext) - Method in class io.quarkus.reactive.mysql.client.runtime.MySQLPoolRecorder
- connectionTimeout() - Method in interface io.quarkus.reactive.mysql.client.runtime.DataSourceReactiveMySQLConfig
-
Connection timeout in seconds
- convert(List<ServiceBinding>) - Method in class io.quarkus.reactive.mysql.client.runtime.MySQLServiceBindingConverter
- create(MySQLPoolCreator.Input) - Method in interface io.quarkus.reactive.mysql.client.MySQLPoolCreator
D
- DataSourceReactiveMySQLConfig - Interface in io.quarkus.reactive.mysql.client.runtime
- dataSources() - Method in interface io.quarkus.reactive.mysql.client.runtime.DataSourcesReactiveMySQLConfig
-
Additional named datasources.
- DataSourcesReactiveMySQLConfig - Interface in io.quarkus.reactive.mysql.client.runtime
- DataSourcesReactiveMySQLConfig.DataSourceReactiveMySQLOuterNamedConfig - Interface in io.quarkus.reactive.mysql.client.runtime
- DataSourcesReactiveMySQLConfig.DataSourceReactiveMySQLOuterNestedNamedConfig - Interface in io.quarkus.reactive.mysql.client.runtime
I
- init() - Method in class io.quarkus.reactive.mysql.client.runtime.health.ReactiveMySQLDataSourcesHealthCheck
- io.quarkus.reactive.mysql.client - package io.quarkus.reactive.mysql.client
- io.quarkus.reactive.mysql.client.runtime - package io.quarkus.reactive.mysql.client.runtime
- io.quarkus.reactive.mysql.client.runtime.health - package io.quarkus.reactive.mysql.client.runtime.health
M
- mutinyMySQLPool(RuntimeValue<MySQLPool>) - Method in class io.quarkus.reactive.mysql.client.runtime.MySQLPoolRecorder
- mysql() - Method in interface io.quarkus.reactive.mysql.client.runtime.DataSourcesReactiveMySQLConfig.DataSourceReactiveMySQLOuterNestedNamedConfig
-
The MySQL-specific configuration.
- mySQLConnectOptionsList() - Method in interface io.quarkus.reactive.mysql.client.MySQLPoolCreator.Input
- MySQLPoolCreator - Interface in io.quarkus.reactive.mysql.client
-
This interface is an integration point that allows users to use the
Vertx
,PoolOptions
andMySQLConnectOptions
objects configured automatically by Quarkus, in addition to a custom strategy for creating the finalMySQLPool
. - MySQLPoolCreator.Input - Interface in io.quarkus.reactive.mysql.client
- MySQLPoolRecorder - Class in io.quarkus.reactive.mysql.client.runtime
- MySQLPoolRecorder() - Constructor for class io.quarkus.reactive.mysql.client.runtime.MySQLPoolRecorder
- MySQLServiceBindingConverter - Class in io.quarkus.reactive.mysql.client.runtime
- MySQLServiceBindingConverter() - Constructor for class io.quarkus.reactive.mysql.client.runtime.MySQLServiceBindingConverter
P
- pipeliningLimit() - Method in interface io.quarkus.reactive.mysql.client.runtime.DataSourceReactiveMySQLConfig
-
The maximum number of inflight database commands that can be pipelined.
- poolOptions() - Method in interface io.quarkus.reactive.mysql.client.MySQLPoolCreator.Input
R
- reactive() - Method in interface io.quarkus.reactive.mysql.client.runtime.DataSourcesReactiveMySQLConfig.DataSourceReactiveMySQLOuterNamedConfig
-
The MySQL-specific configuration.
- ReactiveMySQLDataSourcesHealthCheck - Class in io.quarkus.reactive.mysql.client.runtime.health
- ReactiveMySQLDataSourcesHealthCheck() - Constructor for class io.quarkus.reactive.mysql.client.runtime.health.ReactiveMySQLDataSourcesHealthCheck
S
- sslMode() - Method in interface io.quarkus.reactive.mysql.client.runtime.DataSourceReactiveMySQLConfig
-
Desired security state of the connection to the server.
U
- useAffectedRows() - Method in interface io.quarkus.reactive.mysql.client.runtime.DataSourceReactiveMySQLConfig
-
Whether to return the number of rows matched by the WHERE clause in UPDATE statements, instead of the number of rows actually changed.
V
- vertx() - Method in interface io.quarkus.reactive.mysql.client.MySQLPoolCreator.Input
All Classes All Packages