public class FixedRateTestProfile extends AbstractTestProfile
| Modifier and Type | Field and Description |
|---|---|
protected int |
warmUpRate |
| Constructor and Description |
|---|
FixedRateTestProfile() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
apply(Maestro maestro,
boolean warmUp,
DistributionStrategy distributionStrategy) |
void |
apply(Maestro maestro,
DistributionStrategy distributionStrategy)
Apply a test profile using a maestro instance
|
TestDuration |
getDuration() |
long |
getEstimatedCompletionTime()
Gets an estimate of how much time it will take to complete the test execution
|
int |
getMaximumLatency() |
String |
getMessageSize() |
int |
getParallelCount() |
int |
getRate() |
long |
getWarmUpEstimatedCompletionTime() |
void |
setDuration(TestDuration duration) |
void |
setMaximumLatency(int maximumLatency) |
void |
setMessageSize(String messageSize) |
void |
setParallelCount(int parallelCount) |
void |
setRate(int rate) |
String |
toString() |
void |
warmUp(Maestro maestro,
DistributionStrategy distributionStrategy) |
applyAgent, applyInspector, getEstimatedCompletionTime, getExtPointBranch, getExtPointCommand, getExtPointSource, getInspectorName, getManagementInterface, getTestExecutionNumber, incrementTestExecutionNumber, setExtPointBranch, setExtPointCommand, setExtPointSource, setInspectorName, setManagementInterface, setSendReceiveURL, setTestEndpointResolverpublic void setParallelCount(int parallelCount)
public int getParallelCount()
public void setRate(int rate)
public int getRate()
public int getMaximumLatency()
public void setMaximumLatency(int maximumLatency)
public TestDuration getDuration()
public void setDuration(TestDuration duration)
public String getMessageSize()
public void setMessageSize(String messageSize)
public long getEstimatedCompletionTime()
TestProfilepublic long getWarmUpEstimatedCompletionTime()
protected void apply(Maestro maestro, boolean warmUp, DistributionStrategy distributionStrategy)
public void apply(Maestro maestro, DistributionStrategy distributionStrategy)
TestProfilemaestro - the maestro instance to apply the profile todistributionStrategy - the peer distribution strategypublic void warmUp(Maestro maestro, DistributionStrategy distributionStrategy)
public String toString()
toString in class AbstractTestProfileThis documentation was released into the public domain.