Franz Inc, AllegroGraph

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

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

Uses of AGConnProp in com.franz.agraph.pool
 

Methods in com.franz.agraph.pool that return AGConnProp
static AGConnProp AGConnProp.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static AGConnProp[] AGConnProp.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 AGConnProp
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 AGConnProp
AGConnConfig(Map<AGConnProp,String> props)
           
 


Copyright © 2008-2012 Franz Inc.