Uses of Class
com.franz.agraph.pool.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
Modifier and TypeMethodDescriptionstatic AGConnPool
Create a pool from configuration properties.static AGConnPool
AGConnPool.create
(Map<AGConnProp, String> connProps, Map<AGPoolProp, String> poolProps) Create a pool from configuration properties.static AGConnPool
AGConnPool.create
(PooledObjectFactory<AGRepositoryConnection> factory, AGPoolConfig poolConfig) Creates a pool using a custom connection factory. -
Uses of AGConnPool in com.franz.agraph.repository
Modifier and TypeMethodDescriptionvoid
AGRepository.setConnPool
(AGConnPool pool) Sets the connection pool to use with this repository.void
AGRepositoryConnection.setPool
(AGConnPool pool) Sets the connection pool this object will be returned to on close.