|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Statistics | |
---|---|
org.apache.commons.performance | |
org.apache.commons.performance.dbcp | |
org.apache.commons.performance.http | |
org.apache.commons.performance.pool |
Uses of Statistics in org.apache.commons.performance |
---|
Fields in org.apache.commons.performance declared as Statistics | |
---|---|
protected Statistics |
ClientThread.stats
Statistics container |
Methods in org.apache.commons.performance that return Statistics | |
---|---|
Statistics |
LoadGenerator.getStatistics()
|
Statistics |
ClientThread.getStats()
|
Methods in org.apache.commons.performance with parameters of type Statistics | |
---|---|
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)
|
Constructors in org.apache.commons.performance with parameters of type Statistics | |
---|---|
ClientThread(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 a client thread. |
Uses of Statistics in org.apache.commons.performance.dbcp |
---|
Methods in org.apache.commons.performance.dbcp with parameters of type Statistics | |
---|---|
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)
|
Constructors in org.apache.commons.performance.dbcp with parameters of type Statistics | |
---|---|
DBCPClientThread(long iterations,
long minDelay,
long maxDelay,
double sigma,
String delayType,
String queryType,
long rampPeriod,
long peakPeriod,
long troughPeriod,
String cycleType,
String rampType,
Logger logger,
DataSource dataSource,
Statistics stats)
Create a dbcp client thread. |
Uses of Statistics in org.apache.commons.performance.http |
---|
Methods in org.apache.commons.performance.http with parameters of type Statistics | |
---|---|
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)
|
Constructors in org.apache.commons.performance.http with parameters of type Statistics | |
---|---|
HttpClientThread(long iterations,
long minDelay,
long maxDelay,
double sigma,
String delayType,
long rampPeriod,
long peakPeriod,
long troughPeriod,
String cycleType,
String rampType,
Logger logger,
Statistics stats,
String url,
String method,
int socketTimeout,
String successKey)
|
Uses of Statistics in org.apache.commons.performance.pool |
---|
Methods in org.apache.commons.performance.pool with parameters of type Statistics | |
---|---|
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 |
Constructors in org.apache.commons.performance.pool with parameters of type Statistics | |
---|---|
PoolClientThread(long iterations,
long minDelay,
long maxDelay,
double sigma,
String delayType,
long rampPeriod,
long peakPeriod,
long troughPeriod,
String cycleType,
String rampType,
Logger logger,
Statistics stats,
KeyedObjectPool keyedPool,
double samplingRate)
Create a pool client thread for a KeyedObjectPool. |
|
PoolClientThread(long iterations,
long minDelay,
long maxDelay,
double sigma,
String delayType,
long rampPeriod,
long peakPeriod,
long troughPeriod,
String cycleType,
String rampType,
Logger logger,
Statistics stats,
ObjectPool pool,
double samplingRate)
Create a pool client thread for an ObjectPool. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |