Uses of Class
org.datanucleus.store.rdbms.datasource.dbcp2.datasources.PoolKey
-
Packages that use PoolKey Package Description org.datanucleus.store.rdbms.datasource.dbcp2.datasources This is a repackaged Apache Commons DBCP v2.7.0 and Apache Commons Pool v2.8.0. -
-
Uses of PoolKey in org.datanucleus.store.rdbms.datasource.dbcp2.datasources
Fields in org.datanucleus.store.rdbms.datasource.dbcp2.datasources with type parameters of type PoolKey Modifier and Type Field Description private java.util.Map<PoolKey,PooledConnectionManager>
PerUserPoolDataSource. managers
Map to keep track of Pools for a given user.Methods in org.datanucleus.store.rdbms.datasource.dbcp2.datasources that return PoolKey Modifier and Type Method Description private PoolKey
PerUserPoolDataSource. getPoolKey(java.lang.String userName)
Creates a pool key from the provided parameters.Methods in org.datanucleus.store.rdbms.datasource.dbcp2.datasources with parameters of type PoolKey Modifier and Type Method Description private ObjectPool<PooledConnectionAndInfo>
PerUserPoolDataSource. getPool(PoolKey poolKey)
Returns the object pool associated with the given PoolKey.
-