public class TestInstance extends Object
Constructor and Description |
---|
TestInstance(TestConfig testConfig) |
TestInstance(TestConfig testConfig,
int iterationNumber,
IterationValue iterationValue) |
Modifier and Type | Method and Description |
---|---|
List<CommandForClient> |
createCommands() |
List<String> |
getClientNames() |
int |
getIterationNumber() |
String |
getName() |
List<QueueConfig> |
getQueues() |
int |
getTotalNumberOfParticipants() |
void |
setProducerRate(double producerRate) |
String |
toString() |
public TestInstance(TestConfig testConfig, int iterationNumber, IterationValue iterationValue)
public TestInstance(TestConfig testConfig)
public List<CommandForClient> createCommands()
public String getName()
public int getIterationNumber()
public int getTotalNumberOfParticipants()
public List<QueueConfig> getQueues()
public void setProducerRate(double producerRate)
Copyright © 2006–2016 The Apache Software Foundation. All rights reserved.