Uses of Interface
io.agroal.pool.Pool
-
Packages that use Pool Package Description io.agroal.pool -
-
Uses of Pool in io.agroal.pool
Classes in io.agroal.pool that implement Pool Modifier and Type Class Description class
ConnectionPool
class
Poolless
Alternative implementation of ConnectionPool for the special case of flush-on-close (and min-size == 0) In particular, this removes the need for the executor.Constructors in io.agroal.pool with parameters of type Pool Constructor Description ConnectionHandler(XAConnection xa, Pool pool)
DefaultMetricsRepository(Pool pool)
-