Package | Description |
---|---|
com.franz.agraph.pool |
Connection pool implementation for AllegroGraph.
|
com.franz.agraph.repository |
Implementation of the
OpenRDF Sesame API 2.7.11
with extensions for
AllegroGraph features.
|
Modifier and Type | Method and Description |
---|---|
static AGConnPool |
AGConnPool.create(Map<AGConnProp,String> connProps,
Map<AGPoolProp,String> poolProps)
Create a pool from configuration properties.
|
static AGConnPool |
AGConnPool.create(Object... keyValuePairs)
Create a pool from configuration properties.
|
static AGConnPool |
AGConnPool.create(org.apache.commons.pool2.PooledObjectFactory<AGRepositoryConnection> factory,
AGPoolConfig poolConfig)
Creates a pool using a custom connection factory.
|
Modifier and Type | Method and Description |
---|---|
void |
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.
|
Copyright © 2024 Franz Inc.. All rights reserved.