Class ThreadLocalMySQLPool
- java.lang.Object
-
- io.quarkus.reactive.datasource.runtime.ThreadLocalPool<io.vertx.mysqlclient.MySQLPool>
-
- io.quarkus.reactive.mysql.client.runtime.ThreadLocalMySQLPool
-
- All Implemented Interfaces:
io.vertx.mysqlclient.MySQLPool
,io.vertx.sqlclient.Pool
,io.vertx.sqlclient.SqlClient
public class ThreadLocalMySQLPool extends ThreadLocalPool<io.vertx.mysqlclient.MySQLPool> implements io.vertx.mysqlclient.MySQLPool
-
-
Field Summary
-
Fields inherited from class io.quarkus.reactive.datasource.runtime.ThreadLocalPool
poolOptions, vertx
-
-
Constructor Summary
Constructors Constructor Description ThreadLocalMySQLPool(io.vertx.core.Vertx vertx, io.vertx.mysqlclient.MySQLConnectOptions mySQLConnectOptions, io.vertx.sqlclient.PoolOptions poolOptions)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected io.vertx.mysqlclient.MySQLPool
createThreadLocalPool()
-
Methods inherited from class io.quarkus.reactive.datasource.runtime.ThreadLocalPool
close, close, getConnection, getConnection, preparedQuery, query, removeSelfFromTracking, trackedSize
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
-
-
Method Detail
-
createThreadLocalPool
protected io.vertx.mysqlclient.MySQLPool createThreadLocalPool()
- Specified by:
createThreadLocalPool
in classThreadLocalPool<io.vertx.mysqlclient.MySQLPool>
-
-