Method | Description | |
---|---|---|
Create ( ) : |
||
ExhaustedAction ( ExhaustedAction exhaustedAction ) : |
||
Lifo ( bool lifo ) : |
||
MaxActive ( int maxActive ) : |
||
MaxIdle ( int maxIdle ) : |
||
MaxTotal ( int maxTotal ) : |
||
MaxWait ( int maxWait ) : |
||
MinEvictableIdleTime ( int minEvictableIdleTime ) : |
||
MinIdle ( int minIdle ) : |
||
NumTestsPerEvictionRun ( int numTestsPerEvictionRun ) : |
||
TestOnBorrow ( bool testOnBorrow ) : |
||
TestOnReturn ( bool testOnReturn ) : |
||
TestWhileIdle ( bool testWhileIdle ) : |
||
TimeBetweenEvictionRuns ( int timeBetweenEvictionRuns ) : |
||
Validate ( ) : void |
Method | Description | |
---|---|---|
ConnectionPoolConfigurationBuilder ( |
public Create ( ) : |
||
return |
public ExhaustedAction ( ExhaustedAction exhaustedAction ) : |
||
exhaustedAction | ExhaustedAction | |
return |
public Lifo ( bool lifo ) : |
||
lifo | bool | |
return |
public MaxActive ( int maxActive ) : |
||
maxActive | int | |
return |
public MaxIdle ( int maxIdle ) : |
||
maxIdle | int | |
return |
public MaxTotal ( int maxTotal ) : |
||
maxTotal | int | |
return |
public MaxWait ( int maxWait ) : |
||
maxWait | int | |
return |
public MinEvictableIdleTime ( int minEvictableIdleTime ) : |
||
minEvictableIdleTime | int | |
return |
public MinIdle ( int minIdle ) : |
||
minIdle | int | |
return |
public NumTestsPerEvictionRun ( int numTestsPerEvictionRun ) : |
||
numTestsPerEvictionRun | int | |
return |
public TestOnBorrow ( bool testOnBorrow ) : |
||
testOnBorrow | bool | |
return |
public TestOnReturn ( bool testOnReturn ) : |
||
testOnReturn | bool | |
return |
public TestWhileIdle ( bool testWhileIdle ) : |
||
testWhileIdle | bool | |
return |
public TimeBetweenEvictionRuns ( int timeBetweenEvictionRuns ) : |
||
timeBetweenEvictionRuns | int | |
return |