public static class GenericKeyedObjectPool.Config extends Object
GenericKeyedObjectPool
.Modifier and Type | Field and Description |
---|---|
boolean |
lifo |
int |
maxActive |
int |
maxIdle |
int |
maxTotal |
long |
maxWait |
long |
minEvictableIdleTimeMillis |
int |
minIdle |
int |
numTestsPerEvictionRun |
boolean |
testOnBorrow |
boolean |
testOnReturn |
boolean |
testWhileIdle |
long |
timeBetweenEvictionRunsMillis |
byte |
whenExhaustedAction |
Constructor and Description |
---|
GenericKeyedObjectPool.Config() |
public int maxIdle
public int maxActive
public int maxTotal
public int minIdle
public long maxWait
public byte whenExhaustedAction
public boolean testOnBorrow
public boolean testOnReturn
public boolean testWhileIdle
public long timeBetweenEvictionRunsMillis
public int numTestsPerEvictionRun
public long minEvictableIdleTimeMillis
public boolean lifo
Copyright © 2000-2021 Apache Software Foundation. All Rights Reserved.