|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ClientThread | |
---|---|
org.apache.commons.performance | |
org.apache.commons.performance.dbcp | |
org.apache.commons.performance.http | |
org.apache.commons.performance.pool |
Uses of ClientThread in org.apache.commons.performance |
---|
Methods in org.apache.commons.performance that return ClientThread | |
---|---|
protected abstract ClientThread |
LoadGenerator.makeClientThread(long iterations,
long minDelay,
long maxDelay,
double sigma,
String delayType,
long rampPeriod,
long peakPeriod,
long troughPeriod,
String cycleType,
String rampType,
Logger logger,
Statistics stats)
|
Uses of ClientThread in org.apache.commons.performance.dbcp |
---|
Subclasses of ClientThread in org.apache.commons.performance.dbcp | |
---|---|
class |
DBCPClientThread
Client thread that executes requests in a loop using a configured DataSource, with the number of requests, time between requests and query strings governed by constructor parameters. |
Methods in org.apache.commons.performance.dbcp that return ClientThread | |
---|---|
protected ClientThread |
DBCPSoak.makeClientThread(long iterations,
long minDelay,
long maxDelay,
double sigma,
String delayType,
long rampPeriod,
long peakPeriod,
long troughPeriod,
String cycleType,
String rampType,
Logger logger,
Statistics stats)
|
Uses of ClientThread in org.apache.commons.performance.http |
---|
Subclasses of ClientThread in org.apache.commons.performance.http | |
---|---|
class |
HttpClientThread
Client thread that executes http requests in a loop against a configured url, with the number of requests, time between requests and query strings governed by constructor parameters. |
Methods in org.apache.commons.performance.http that return ClientThread | |
---|---|
protected ClientThread |
HttpSoak.makeClientThread(long iterations,
long minDelay,
long maxDelay,
double sigma,
String delayType,
long rampPeriod,
long peakPeriod,
long troughPeriod,
String cycleType,
String rampType,
Logger logger,
Statistics stats)
|
Uses of ClientThread in org.apache.commons.performance.pool |
---|
Subclasses of ClientThread in org.apache.commons.performance.pool | |
---|---|
class |
PoolClientThread
Client thread that borrows and returns objects from a pool in a loop. |
Methods in org.apache.commons.performance.pool that return ClientThread | |
---|---|
protected ClientThread |
PoolSoak.makeClientThread(long iterations,
long minDelay,
long maxDelay,
double sigma,
String delayType,
long rampPeriod,
long peakPeriod,
long troughPeriod,
String cycleType,
String rampType,
Logger logger,
Statistics stats)
Create and return a PoolClientThread |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |