Franz Inc, AllegroGraph

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

Packages that use AGPoolProp
com.franz.agraph.pool Connection pool implementation for AllegroGraph. 
 

Uses of AGPoolProp in com.franz.agraph.pool
 

Methods in com.franz.agraph.pool that return AGPoolProp
static AGPoolProp AGPoolProp.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static AGPoolProp[] AGPoolProp.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Method parameters in com.franz.agraph.pool with type arguments of type AGPoolProp
static AGConnPool AGConnPool.create(Map<AGConnProp,String> connProps, Map<AGPoolProp,String> poolProps)
          Create a pool from configuration properties.
 

Constructor parameters in com.franz.agraph.pool with type arguments of type AGPoolProp
AGPoolConfig(Map<AGPoolProp,String> props)
           
 


Copyright © 2008-2012 Franz Inc.