Package | Description |
---|---|
io.vertx.rxjava.mysqlclient |
Modifier and Type | Field and Description |
---|---|
static TypeArg<MySQLPool> |
MySQLPool.__TYPE_ARG |
Modifier and Type | Method and Description |
---|---|
MySQLPool |
MySQLPool.connectHandler(io.vertx.core.Handler<SqlConnection> handler) |
MySQLPool |
MySQLPool.connectionProvider(Function<Context,io.vertx.core.Future<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.