Uses of Class
edu.uiuc.ncsa.security.storage.sql.ConnectionPool
-
Packages that use ConnectionPool Package Description edu.uiuc.ncsa.sas.loader edu.uiuc.ncsa.sas.storage edu.uiuc.ncsa.security.storage.monitored Utilities and classes for working with objects that are sent to/retrieved from aStore
.edu.uiuc.ncsa.security.storage.sql Classes that setup a specific type of correspondence between java objects and rows of an SQL table.edu.uiuc.ncsa.security.storage.sql.derby Connectivity for the Derby databaseedu.uiuc.ncsa.security.storage.sql.h2 Connectivity for the H2 database engine.edu.uiuc.ncsa.security.storage.sql.mariadb Connectivity for the Maria DB database server.edu.uiuc.ncsa.security.storage.sql.mysql Connectivity for the MySQL database server.edu.uiuc.ncsa.security.storage.sql.postgres Connectivity for the PostgreSQL database server. -
-
Uses of ConnectionPool in edu.uiuc.ncsa.sas.loader
Constructor parameters in edu.uiuc.ncsa.sas.loader with type arguments of type ConnectionPool Constructor Description SQLClientStoreProvider(ConnectionPoolProvider<? extends ConnectionPool> cpp, String type, MapConverter converter, ClientProvider clientProvider)
-
Uses of ConnectionPool in edu.uiuc.ncsa.sas.storage
Constructors in edu.uiuc.ncsa.sas.storage with parameters of type ConnectionPool Constructor Description SASSQLStore(ConnectionPool connectionPool, Table table, javax.inject.Provider<V> identifiableProvider, MapConverter<V> converter)
-
Uses of ConnectionPool in edu.uiuc.ncsa.security.storage.monitored
Constructors in edu.uiuc.ncsa.security.storage.monitored with parameters of type ConnectionPool Constructor Description MonitoredSQLStore(ConnectionPool connectionPool, Table table, javax.inject.Provider<V> identifiableProvider, MapConverter<V> converter)
-
Uses of ConnectionPool in edu.uiuc.ncsa.security.storage.sql
Classes in edu.uiuc.ncsa.security.storage.sql with type parameters of type ConnectionPool Modifier and Type Class Description class
ConnectionPoolProvider<T extends ConnectionPool>
Creates aConnectionPool
from a configuration.Methods in edu.uiuc.ncsa.security.storage.sql that return ConnectionPool Modifier and Type Method Description ConnectionPool
SQLDatabase. getConnectionPool()
protected ConnectionPool
SQLStoreProvider. getConnectionPool()
Methods in edu.uiuc.ncsa.security.storage.sql with parameters of type ConnectionPool Modifier and Type Method Description void
SQLDatabase. setConnectionPool(ConnectionPool connectionPool)
protected void
ConnectionPoolProvider. setPoolParameters(ConnectionPool pool)
Called exactly once duringProvider.get()
per (new) pool to set the parameters (max size etc.).Constructors in edu.uiuc.ncsa.security.storage.sql with parameters of type ConnectionPool Constructor Description SQLDatabase(ConnectionPool connectionPool)
SQLStore(ConnectionPool connectionPool, Table table, javax.inject.Provider<V> identifiableProvider, MapConverter<V> converter)
TableInitializer(ConnectionPool connectionPool, Table table)
Constructor parameters in edu.uiuc.ncsa.security.storage.sql with type arguments of type ConnectionPool Constructor Description SQLStoreProvider(ConnectionPoolProvider<? extends ConnectionPool> cpp, String type, String target, MapConverter converter)
SQLStoreProvider(ConnectionPoolProvider<? extends ConnectionPool> cpp, String type, String target, String tablename, MapConverter converter)
SQLStoreProvider(org.apache.commons.configuration.tree.ConfigurationNode config, ConnectionPoolProvider<? extends ConnectionPool> cpp, String type, String target, MapConverter converter)
SQLStoreProvider(org.apache.commons.configuration.tree.ConfigurationNode config, ConnectionPoolProvider<? extends ConnectionPool> cpp, String type, String target, String tablename, MapConverter converter)
-
Uses of ConnectionPool in edu.uiuc.ncsa.security.storage.sql.derby
Subclasses of ConnectionPool in edu.uiuc.ncsa.security.storage.sql.derby Modifier and Type Class Description class
DerbyConnectionPool
Created by Jeff Gaynor
on 2/22/24 at 10:43 AMMethods in edu.uiuc.ncsa.security.storage.sql.derby that return ConnectionPool Modifier and Type Method Description ConnectionPool
DerbyConnectionPoolProvider. get()
-
Uses of ConnectionPool in edu.uiuc.ncsa.security.storage.sql.h2
Methods in edu.uiuc.ncsa.security.storage.sql.h2 that return ConnectionPool Modifier and Type Method Description ConnectionPool
H2ConnectionPoolProvider. get()
-
Uses of ConnectionPool in edu.uiuc.ncsa.security.storage.sql.mariadb
Subclasses of ConnectionPool in edu.uiuc.ncsa.security.storage.sql.mariadb Modifier and Type Class Description class
MariaDBConnectionPool
Original readme: A specific pool for working with MariaDB. -
Uses of ConnectionPool in edu.uiuc.ncsa.security.storage.sql.mysql
Subclasses of ConnectionPool in edu.uiuc.ncsa.security.storage.sql.mysql Modifier and Type Class Description class
MySQLConnectionPool
A specific pool for working with MySQL. -
Uses of ConnectionPool in edu.uiuc.ncsa.security.storage.sql.postgres
Methods in edu.uiuc.ncsa.security.storage.sql.postgres that return ConnectionPool Modifier and Type Method Description ConnectionPool
PGConnectionPoolProvider. get()
-