Index

A C D G I M P R S U V 
All Classes and Interfaces|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, 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
 
createMySQLPoolSupport(Set<String>) - Method in class io.quarkus.reactive.mysql.client.runtime.MySQLPoolRecorder
 

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
 

G

getMySQLPoolNames() - Method in class io.quarkus.reactive.mysql.client.runtime.MySQLPoolSupport
 

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(String) - 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 and MySQLConnectOptions objects configured automatically by Quarkus, in addition to a custom strategy for creating the final Pool.
MySQLPoolCreator.Input - Interface in io.quarkus.reactive.mysql.client
 
MySQLPoolRecorder - Class in io.quarkus.reactive.mysql.client.runtime
 
MySQLPoolRecorder(RuntimeValue<DataSourcesRuntimeConfig>, RuntimeValue<DataSourcesReactiveRuntimeConfig>, RuntimeValue<DataSourcesReactiveMySQLConfig>) - Constructor for class io.quarkus.reactive.mysql.client.runtime.MySQLPoolRecorder
 
MySQLPoolSupport - Class in io.quarkus.reactive.mysql.client.runtime
 
MySQLPoolSupport(Set<String>) - Constructor for class io.quarkus.reactive.mysql.client.runtime.MySQLPoolSupport
 
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.
poolCheckActiveSupplier(String) - Method in class io.quarkus.reactive.mysql.client.runtime.MySQLPoolRecorder
 
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
 
A C D G I M P R S U V 
All Classes and Interfaces|All Packages