Uses of Class
com.franz.agraph.pool.AGConnPool
Packages that use AGConnPool
Package
Description
Connection pool implementation for AllegroGraph.
Implementation of the
RDF4J API
with extensions for
AllegroGraph features.
-
Uses of AGConnPool in com.franz.agraph.pool
Methods in com.franz.agraph.pool that return AGConnPoolModifier and TypeMethodDescriptionstatic AGConnPoolCreate a pool from configuration properties.static AGConnPoolAGConnPool.create(Map<AGConnProp, String> connProps, Map<AGPoolProp, String> poolProps) Create a pool from configuration properties.static AGConnPoolAGConnPool.create(PooledObjectFactory<AGRepositoryConnection> factory, AGPoolConfig poolConfig) Creates a pool using a custom connection factory. -
Uses of AGConnPool in com.franz.agraph.repository
Methods in com.franz.agraph.repository with parameters of type AGConnPoolModifier and TypeMethodDescriptionvoidAGRepository.setConnPool(AGConnPool pool) Sets the connection pool to use with this repository.voidAGRepositoryConnection.setPool(AGConnPool pool) Sets the connection pool this object will be returned to on close.