public class TestConfig extends Object
Constructor and Description |
---|
TestConfig() |
TestConfig(String name,
ClientConfig[] clients,
QueueConfig[] queues) |
Modifier and Type | Method and Description |
---|---|
List<CommandForClient> |
createCommands() |
List<String> |
getClientNames() |
List<ClientConfig> |
getClients() |
List<IterationValue> |
getIterationValues() |
String |
getName() |
List<QueueConfig> |
getQueues() |
int |
getTotalNumberOfClients() |
int |
getTotalNumberOfParticipants() |
public TestConfig()
public TestConfig(String name, ClientConfig[] clients, QueueConfig[] queues)
public int getTotalNumberOfClients()
public int getTotalNumberOfParticipants()
public List<CommandForClient> createCommands()
public List<QueueConfig> getQueues()
public String getName()
public List<IterationValue> getIterationValues()
public List<ClientConfig> getClients()
Copyright © 2006–2016 The Apache Software Foundation. All rights reserved.