Franz Inc, AllegroGraph

Uses of Class
com.franz.agraph.pool.AGConnPool

Packages that use AGConnPool
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. 
 

Uses of AGConnPool in com.franz.agraph.pool
 

Methods in com.franz.agraph.pool that return AGConnPool
static AGConnPool AGConnPool.create(AGConnFactory factory, AGPoolConfig poolConfig)
          A GenericObjectPool is used.
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.
 

Uses of AGConnPool in com.franz.agraph.repository
 

Methods in com.franz.agraph.repository with parameters of type AGConnPool
 void AGRepository.setConnPool(AGConnPool pool)
          Sets the connection pool to use with this repository.
 


Copyright © 2008-2012 Franz Inc.