|
Franz Inc, AllegroGraph | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.commons.pool.impl.GenericObjectPool.Config
com.franz.agraph.pool.AGPoolConfig
public class AGPoolConfig
Extension to GenericObjectPool.Config to add more properties.
AGPoolProp| Field Summary | |
|---|---|
static int |
DEFAULT_INITIAL_SIZE
|
static boolean |
DEFAULT_SHUTDOWN_HOOK
|
int |
initialSize
|
boolean |
shutdownHook
|
| Fields inherited from class org.apache.commons.pool.impl.GenericObjectPool.Config |
|---|
lifo, maxActive, maxIdle, maxWait, minEvictableIdleTimeMillis, minIdle, numTestsPerEvictionRun, softMinEvictableIdleTimeMillis, testOnBorrow, testOnReturn, testWhileIdle, timeBetweenEvictionRunsMillis, whenExhaustedAction |
| Constructor Summary | |
|---|---|
AGPoolConfig(Map<AGPoolProp,String> props)
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final int DEFAULT_INITIAL_SIZE
public final int initialSize
AGPoolProp.initialSize,
DEFAULT_INITIAL_SIZEpublic static final boolean DEFAULT_SHUTDOWN_HOOK
public final boolean shutdownHook
AGPoolProp.shutdownHook,
DEFAULT_SHUTDOWN_HOOK| Constructor Detail |
|---|
public AGPoolConfig(Map<AGPoolProp,String> props)
|
Copyright © 2008-2016 Franz Inc. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||