Uses of Class
org.datanucleus.store.rdbms.datasource.dbcp2.datasources.PoolKey
Packages that use PoolKey
Package
Description
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 PoolKeyModifier and TypeFieldDescriptionprivate 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 PoolKeyModifier and TypeMethodDescriptionprivate PoolKey
PerUserPoolDataSource.getPoolKey
(String userName) Creates a pool key from the provided parameters.Methods in org.datanucleus.store.rdbms.datasource.dbcp2.datasources with parameters of type PoolKeyModifier and TypeMethodDescriptionprivate ObjectPool
<PooledConnectionAndInfo> Returns the object pool associated with the given PoolKey.