Package | Description |
---|---|
io.vertx.reactivex.mysqlclient |
Modifier and Type | Field and Description |
---|---|
static io.vertx.lang.rx.TypeArg<MySQLPool> |
MySQLPool.__TYPE_ARG |
Modifier and Type | Method and Description |
---|---|
MySQLPool |
MySQLPool.connectHandler(Handler<SqlConnection> handler) |
MySQLPool |
MySQLPool.connectionProvider(java.util.function.Function<Context,Future<SqlConnection>> provider) |
MySQLPool |
MySQLPool.connectionProvider(Function<Context,Single<SqlConnection>> provider) |
static MySQLPool |
MySQLPool.newInstance(MySQLPool arg) |
static MySQLPool |
MySQLPool.pool(List<MySQLConnectOptions> databases,
PoolOptions options)
Create a connection pool to the MySQL
databases with round-robin selection. |
static MySQLPool |
MySQLPool.pool(MySQLConnectOptions database,
PoolOptions options)
Create a connection pool to the MySQL
server configured with the given options . |
static MySQLPool |
MySQLPool.pool(String connectionUri)
Like
pool(java.lang.String) with default options. |
static MySQLPool |
MySQLPool.pool(String connectionUri,
PoolOptions options)
|
static MySQLPool |
MySQLPool.pool(Vertx vertx,
List<MySQLConnectOptions> databases,
PoolOptions options)
Like
pool(java.lang.String) with a specific instance. |
static MySQLPool |
MySQLPool.pool(Vertx vertx,
MySQLConnectOptions database,
PoolOptions options)
Like
pool(java.lang.String) with a specific instance. |
static MySQLPool |
MySQLPool.pool(Vertx vertx,
String connectionUri)
Like
pool(java.lang.String) with default options. |
static MySQLPool |
MySQLPool.pool(Vertx vertx,
String connectionUri,
PoolOptions options)
|
Copyright © 2021 Eclipse. All rights reserved.