Package org.eclipse.rdf4j.spring.pool
package org.eclipse.rdf4j.spring.pool
Rdf4j-Spring Pool
Provides pooling ofRepositoryConnection
s.
Enable via rdf4j.spring.pool.enabled=true
.
If enabled, the Rdf4JConfig
will wrap its
RepositoryConnectionFactory
in
a PooledRepositoryConnectionFactory
.
For more information on configuration of the pool, see PoolProperties
.
- Since:
- 4.0.0
- Author:
- Florian Kleedorfer
-
ClassDescriptionUses the delegate factory to actually obtain connections and provides these connections, managing an internal pool.