|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ConfigurationException | |
---|---|
org.apache.commons.performance | |
org.apache.commons.performance.dbcp | |
org.apache.commons.performance.pool |
Uses of ConfigurationException in org.apache.commons.performance |
---|
Methods in org.apache.commons.performance that throw ConfigurationException | |
---|---|
void |
LoadGenerator.configureRun(String iterations,
String clients,
String minDelay,
String maxDelay,
String sigma,
String delayType,
String rampType,
String rampPeriod,
String peakPeriod,
String troughPeriod,
String cycleType)
Configures basic run parameters. |
protected long |
ClientThread.nextDelay()
Computes the next interarrival time (time to wait between requests) based on configured values for min/max delay, delay type, cycle type, ramp type and period. |
Uses of ConfigurationException in org.apache.commons.performance.dbcp |
---|
Methods in org.apache.commons.performance.dbcp that throw ConfigurationException | |
---|---|
void |
DBCPSoak.configurePool(String maxActive,
String maxIdle,
String minIdle,
String maxWait,
String exhaustedAction,
String testOnBorrow,
String testOnReturn,
String timeBetweenEvictions,
String testsPerEviction,
String idleTimeout,
String testWhileIdle,
String type)
|
Uses of ConfigurationException in org.apache.commons.performance.pool |
---|
Methods in org.apache.commons.performance.pool that throw ConfigurationException | |
---|---|
void |
PoolSoak.configurePool(String maxActive,
String maxActivePerKey,
String maxIdle,
String minIdle,
String maxWait,
String exhaustedAction,
String testOnBorrow,
String testOnReturn,
String timeBetweenEvictions,
String testsPerEviction,
String idleTimeout,
String testWhileIdle,
String lifo,
String type,
String samplingRate)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |