public class QCPoolProperties
extends java.lang.Object
| Modifier and Type | Method and Description | 
|---|---|
int | 
getMaxInactiveAge()
Returns the value 'maximum inactive age' set for query collections in the pool. 
 | 
double | 
getMaxWeight()
Returns the maximum weight allowed in the query collection pool. 
 | 
void | 
setMaxInactiveAge(int maxInactiveAge)
Sets the maximum amount of time (ms) that a query collection may remain inactive before it is removed from the pool. 
 | 
void | 
setMaxWeight(double maxWeight)
Sets the maximum weight allowed in the query collection pool. 
 | 
public void setMaxWeight(double maxWeight)
-1, no limit.public double getMaxWeight()
public void setMaxInactiveAge(int maxInactiveAge)
public int getMaxInactiveAge()