Modifier and Type | Method and Description |
---|---|
static DB2Pool |
DB2Pool.pool(DB2ConnectOptions connectOptions,
PoolOptions poolOptions)
Create a connection pool to the DB2 server configured with the given
connectOptions and poolOptions . |
static DB2Pool |
DB2Pool.pool(String connectionUri,
PoolOptions poolOptions)
|
static DB2Pool |
DB2Pool.pool(Vertx vertx,
DB2ConnectOptions connectOptions,
PoolOptions poolOptions)
Like
DB2Pool.pool(DB2ConnectOptions, PoolOptions) with a specific
Vertx instance. |
static DB2Pool |
DB2Pool.pool(Vertx vertx,
String connectionUri,
PoolOptions poolOptions)
Like
DB2Pool.pool(Vertx, DB2ConnectOptions, PoolOptions) with
connectOptions build from connectionUri . |
Modifier and Type | Method and Description |
---|---|
Pool |
DB2Driver.createPool(SqlConnectOptions options,
PoolOptions poolOptions) |
Pool |
DB2Driver.createPool(Vertx vertx,
SqlConnectOptions options,
PoolOptions poolOptions) |
Modifier and Type | Method and Description |
---|---|
static JDBCPool |
JDBCPool.pool(Vertx vertx,
JDBCConnectOptions connectOptions,
PoolOptions poolOptions)
Create a JDBC pool which maintains its own data source.
|
Modifier and Type | Method and Description |
---|---|
static MySQLPool |
MySQLPool.pool(MySQLConnectOptions connectOptions,
PoolOptions poolOptions)
Create a connection pool to the MySQL server configured with the given
connectOptions and poolOptions . |
static MySQLPool |
MySQLPool.pool(String connectionUri,
PoolOptions poolOptions)
|
static MySQLPool |
MySQLPool.pool(Vertx vertx,
MySQLConnectOptions connectOptions,
PoolOptions poolOptions)
Like
MySQLPool.pool(MySQLConnectOptions, PoolOptions) with a specific Vertx instance. |
static MySQLPool |
MySQLPool.pool(Vertx vertx,
String connectionUri,
PoolOptions poolOptions)
Like
MySQLPool.pool(Vertx, MySQLConnectOptions, PoolOptions) with connectOptions build from connectionUri . |
Modifier and Type | Method and Description |
---|---|
Pool |
MySQLDriver.createPool(SqlConnectOptions options,
PoolOptions poolOptions) |
Pool |
MySQLDriver.createPool(Vertx vertx,
SqlConnectOptions options,
PoolOptions poolOptions) |
Modifier and Type | Method and Description |
---|---|
static PgPool |
PgPool.pool(PgConnectOptions connectOptions,
PoolOptions poolOptions)
Create a connection pool to the database configured with the given
connectOptions and poolOptions . |
static PgPool |
PgPool.pool(PoolOptions poolOptions)
Like
PgPool.pool(PgConnectOptions, PoolOptions) with connectOptions build from the environment variables. |
static PgPool |
PgPool.pool(String connectionUri,
PoolOptions poolOptions)
|
static PgPool |
PgPool.pool(Vertx vertx,
PgConnectOptions connectOptions,
PoolOptions poolOptions)
Like
PgPool.pool(PgConnectOptions, PoolOptions) with a specific Vertx instance. |
static PgPool |
PgPool.pool(Vertx vertx,
PoolOptions poolOptions)
Like
PgPool.pool(Vertx, PgConnectOptions, PoolOptions) with connectOptions build from the environment variables. |
static PgPool |
PgPool.pool(Vertx vertx,
String connectionUri,
PoolOptions poolOptions)
Like
PgPool.pool(Vertx, PgConnectOptions, PoolOptions) with connectOptions build from connectionUri . |
Modifier and Type | Method and Description |
---|---|
Pool |
PgDriver.createPool(SqlConnectOptions options,
PoolOptions poolOptions) |
Pool |
PgDriver.createPool(Vertx vertx,
SqlConnectOptions options,
PoolOptions poolOptions) |
Modifier and Type | Method and Description |
---|---|
static DB2Pool |
DB2Pool.pool(DB2ConnectOptions connectOptions,
PoolOptions poolOptions)
Create a connection pool to the DB2 server configured with the given
connectOptions and poolOptions . |
static DB2Pool |
DB2Pool.pool(String connectionUri,
PoolOptions poolOptions)
|
static DB2Pool |
DB2Pool.pool(Vertx vertx,
DB2ConnectOptions connectOptions,
PoolOptions poolOptions)
Like
DB2Pool.pool(java.lang.String) with a specific
instance. |
static DB2Pool |
DB2Pool.pool(Vertx vertx,
String connectionUri,
PoolOptions poolOptions)
|
Modifier and Type | Method and Description |
---|---|
static JDBCPool |
JDBCPool.pool(Vertx vertx,
JDBCConnectOptions connectOptions,
PoolOptions poolOptions)
Create a JDBC pool which maintains its own data source.
|
Modifier and Type | Method and Description |
---|---|
static MySQLPool |
MySQLPool.pool(MySQLConnectOptions connectOptions,
PoolOptions poolOptions)
Create a connection pool to the MySQL server configured with the given
connectOptions and poolOptions . |
static MySQLPool |
MySQLPool.pool(String connectionUri,
PoolOptions poolOptions)
|
static MySQLPool |
MySQLPool.pool(Vertx vertx,
MySQLConnectOptions connectOptions,
PoolOptions poolOptions)
Like
MySQLPool.pool(java.lang.String) with a specific instance. |
static MySQLPool |
MySQLPool.pool(Vertx vertx,
String connectionUri,
PoolOptions poolOptions)
|
Modifier and Type | Method and Description |
---|---|
static PgPool |
PgPool.pool(PgConnectOptions connectOptions,
PoolOptions poolOptions)
Create a connection pool to the database configured with the given
connectOptions and poolOptions . |
static PgPool |
PgPool.pool(PoolOptions poolOptions)
Like
PgPool.pool() with connectOptions build from the environment variables. |
static PgPool |
PgPool.pool(String connectionUri,
PoolOptions poolOptions)
|
static PgPool |
PgPool.pool(Vertx vertx,
PgConnectOptions connectOptions,
PoolOptions poolOptions)
Like
PgPool.pool() with a specific instance. |
static PgPool |
PgPool.pool(Vertx vertx,
PoolOptions poolOptions)
Like
PgPool.pool() with connectOptions build from the environment variables. |
static PgPool |
PgPool.pool(Vertx vertx,
String connectionUri,
PoolOptions poolOptions)
|
Modifier and Type | Method and Description |
---|---|
static Pool |
Pool.pool(SqlConnectOptions connectOptions,
PoolOptions poolOptions)
Create a connection pool to the database configured with the given
connectOptions and poolOptions . |
static Pool |
Pool.pool(Vertx vertx,
SqlConnectOptions connectOptions,
PoolOptions poolOptions)
Create a connection pool to the database configured with the given
connectOptions and poolOptions . |
Modifier and Type | Method and Description |
---|---|
static DB2Pool |
DB2Pool.pool(DB2ConnectOptions connectOptions,
PoolOptions poolOptions)
Create a connection pool to the DB2 server configured with the given
connectOptions and poolOptions . |
static DB2Pool |
DB2Pool.pool(String connectionUri,
PoolOptions poolOptions)
|
static DB2Pool |
DB2Pool.pool(Vertx vertx,
DB2ConnectOptions connectOptions,
PoolOptions poolOptions)
Like
DB2Pool.pool(java.lang.String) with a specific
instance. |
static DB2Pool |
DB2Pool.pool(Vertx vertx,
String connectionUri,
PoolOptions poolOptions)
|
Modifier and Type | Method and Description |
---|---|
static JDBCPool |
JDBCPool.pool(Vertx vertx,
JDBCConnectOptions connectOptions,
PoolOptions poolOptions)
Create a JDBC pool which maintains its own data source.
|
Modifier and Type | Method and Description |
---|---|
static MySQLPool |
MySQLPool.pool(MySQLConnectOptions connectOptions,
PoolOptions poolOptions)
Create a connection pool to the MySQL server configured with the given
connectOptions and poolOptions . |
static MySQLPool |
MySQLPool.pool(String connectionUri,
PoolOptions poolOptions)
|
static MySQLPool |
MySQLPool.pool(Vertx vertx,
MySQLConnectOptions connectOptions,
PoolOptions poolOptions)
Like
MySQLPool.pool(java.lang.String) with a specific instance. |
static MySQLPool |
MySQLPool.pool(Vertx vertx,
String connectionUri,
PoolOptions poolOptions)
|
Modifier and Type | Method and Description |
---|---|
static PgPool |
PgPool.pool(PgConnectOptions connectOptions,
PoolOptions poolOptions)
Create a connection pool to the database configured with the given
connectOptions and poolOptions . |
static PgPool |
PgPool.pool(PoolOptions poolOptions)
Like
PgPool.pool() with connectOptions build from the environment variables. |
static PgPool |
PgPool.pool(String connectionUri,
PoolOptions poolOptions)
|
static PgPool |
PgPool.pool(Vertx vertx,
PgConnectOptions connectOptions,
PoolOptions poolOptions)
Like
PgPool.pool() with a specific instance. |
static PgPool |
PgPool.pool(Vertx vertx,
PoolOptions poolOptions)
Like
PgPool.pool() with connectOptions build from the environment variables. |
static PgPool |
PgPool.pool(Vertx vertx,
String connectionUri,
PoolOptions poolOptions)
|
Modifier and Type | Method and Description |
---|---|
static Pool |
Pool.pool(SqlConnectOptions connectOptions,
PoolOptions poolOptions)
Create a connection pool to the database configured with the given
connectOptions and poolOptions . |
static Pool |
Pool.pool(Vertx vertx,
SqlConnectOptions connectOptions,
PoolOptions poolOptions)
Create a connection pool to the database configured with the given
connectOptions and poolOptions . |
Modifier and Type | Method and Description |
---|---|
PoolOptions |
PoolOptions.setIdleTimeout(int idleTimeout)
Establish an idle timeout for pooled connections.
|
PoolOptions |
PoolOptions.setIdleTimeoutUnit(TimeUnit idleTimeoutUnit)
Establish an idle timeout unit for pooled connections.
|
PoolOptions |
PoolOptions.setMaxSize(int maxSize)
Set the maximum pool size
|
PoolOptions |
PoolOptions.setMaxWaitQueueSize(int maxWaitQueueSize)
Set the maximum connection request allowed in the wait queue, any requests beyond the max size will result in
an failure.
|
Modifier and Type | Method and Description |
---|---|
static void |
PoolOptionsConverter.fromJson(Iterable<Map.Entry<String,Object>> json,
PoolOptions obj) |
static Pool |
Pool.pool(SqlConnectOptions connectOptions,
PoolOptions poolOptions)
Create a connection pool to the database configured with the given
connectOptions and poolOptions . |
static Pool |
Pool.pool(Vertx vertx,
SqlConnectOptions connectOptions,
PoolOptions poolOptions)
Create a connection pool to the database configured with the given
connectOptions and poolOptions . |
static void |
PoolOptionsConverter.toJson(PoolOptions obj,
JsonObject json) |
static void |
PoolOptionsConverter.toJson(PoolOptions obj,
Map<String,Object> json) |
Constructor and Description |
---|
PoolOptions(PoolOptions other) |
Modifier and Type | Method and Description |
---|---|
Pool |
Driver.createPool(SqlConnectOptions connectOptions,
PoolOptions poolOptions)
Create a connection pool to the database configured with the given
connectOptions and poolOptions . |
Pool |
Driver.createPool(Vertx vertx,
SqlConnectOptions connectOptions,
PoolOptions poolOptions)
Create a connection pool to the database configured with the given
connectOptions and poolOptions . |
Copyright © 2021 Eclipse. All rights reserved.