Package | Description |
---|---|
org.maestro.common.duration | |
org.maestro.tests | |
org.maestro.tests.incremental | |
org.maestro.tests.rate.singlepoint | |
org.maestro.tests.utils |
Modifier and Type | Class and Description |
---|---|
class |
DurationCount
Count-based test duration object
|
class |
DurationDrain |
class |
DurationTime
Time-based test duration object
|
Modifier and Type | Method and Description |
---|---|
static TestDuration |
TestDurationBuilder.build(String durationSpec)
Builds the appropriate test duration based on a duration specifier
|
TestDuration |
DurationTime.getCoolDownDuration() |
TestDuration |
TestDuration.getCoolDownDuration()
Get the cool down duration
|
TestDuration |
DurationCount.getCoolDownDuration() |
TestDuration |
DurationTime.getWarmUpDuration() |
TestDuration |
TestDuration.getWarmUpDuration()
Get the warm up duration
|
TestDuration |
DurationCount.getWarmUpDuration() |
Modifier and Type | Method and Description |
---|---|
protected static long |
AbstractTestProfile.getEstimatedCompletionTime(TestDuration duration,
long rate) |
Modifier and Type | Method and Description |
---|---|
TestDuration |
IncrementalTestProfile.getDuration() |
Modifier and Type | Method and Description |
---|---|
void |
IncrementalTestProfile.setDuration(TestDuration duration) |
Modifier and Type | Method and Description |
---|---|
TestDuration |
FixedRateTestProfile.getDuration() |
Modifier and Type | Method and Description |
---|---|
void |
FixedRateTestProfile.setDuration(TestDuration duration) |
Modifier and Type | Method and Description |
---|---|
static long |
CompletionTime.estimate(TestDuration duration,
long rate)
Estimates the test completion time
|
This documentation was released into the public domain.