public class FixedRateTestProfile extends AbstractTestProfile implements SinglePointProfile
Modifier and Type | Field and Description |
---|---|
protected int |
warmUpRate |
Constructor and Description |
---|
FixedRateTestProfile() |
getEstimatedCompletionTime, getInspectorName, getManagementInterface, getTestExecutionNumber, incrementTestExecutionNumber, setInspectorName, setManagementInterface
public String getExtPointSource()
public void setExtPointSource(String extPointSource)
public String getExtPointBranch()
public void setExtPointBranch(String extPointBranch)
public String getExtPointCommand()
public void setExtPointCommand(String extPointCommand)
public 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 String getBrokerURL()
getBrokerURL
in interface SinglePointProfile
public void setBrokerURL(String brokerURL)
setBrokerURL
in interface SinglePointProfile
public void setSendReceiveURL(String url)
setSendReceiveURL
in interface SinglePointProfile
public String getSendReceiveURL()
getSendReceiveURL
in interface SinglePointProfile
public long getEstimatedCompletionTime()
TestProfile
getEstimatedCompletionTime
in interface TestProfile
public long getWarmUpEstimatedCompletionTime()
protected void apply(Maestro maestro, boolean warmUp)
public void apply(Maestro maestro)
TestProfile
apply
in interface TestProfile
maestro
- the maestro instance to apply the profile topublic void warmUp(Maestro maestro)
public String toString()
toString
in class AbstractTestProfile
This documentation was released into the public domain.