| Modifier and Type | Method and Description |
|---|---|
static ReportsDownloader |
DownloaderBuilder.build(String name,
Maestro maestro,
Organizer organizer)
Build a report downloader
|
static ReportsDownloader |
DownloaderBuilder.build(String name,
Maestro maestro,
String baseDir)
Build a report downloader
|
| Constructor and Description |
|---|
BrokerDownloader(Maestro maestro,
Organizer organizer) |
BrokerDownloader(Maestro maestro,
String baseDir) |
| Modifier and Type | Method and Description |
|---|---|
protected Maestro |
AbstractTestExecutor.getMaestro() |
| Modifier and Type | Method and Description |
|---|---|
void |
TestProfile.apply(Maestro maestro,
DistributionStrategy distributionStrategy)
Apply a test profile using a maestro instance
|
protected void |
AbstractTestProfile.applyAgent(Maestro maestro,
PeerEndpoint endpoint,
String destination) |
protected void |
AbstractTestProfile.applyInspector(Maestro maestro,
PeerEndpoint endpoint,
String destination) |
protected void |
AbstractTestProfile.setSendReceiveURL(Maestro maestro,
PeerEndpoint endpoint) |
| Constructor and Description |
|---|
AbstractTestExecutor(Maestro maestro,
ReportsDownloader reportsDownloader) |
| Modifier and Type | Method and Description |
|---|---|
protected Maestro |
AbstractStrategy.getMaestro() |
| Modifier and Type | Method and Description |
|---|---|
static DistributionStrategy |
DistributionStrategyFactory.createStrategy(String name,
Maestro maestro) |
| Constructor and Description |
|---|
AbstractStrategy(Maestro maestro) |
BalancedStrategy(Maestro maestro) |
ExclusiveBalancedStrategy(Maestro maestro) |
LegacyStrategy(Maestro maestro) |
NonAssigningStrategy(Maestro maestro) |
| Constructor and Description |
|---|
FlexibleTestExecutor(Maestro maestro,
ReportsDownloader reportsDownloader,
AbstractTestProfile testProfile,
DistributionStrategy distributionStrategy)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
void |
FlexibleTestProfile.apply(Maestro maestro,
DistributionStrategy distributionStrategy) |
| Modifier and Type | Method and Description |
|---|---|
void |
IncrementalTestProfile.apply(Maestro maestro,
DistributionStrategy distributionStrategy) |
| Constructor and Description |
|---|
IncrementalTestExecutor(Maestro maestro,
ReportsDownloader reportsDownloader,
IncrementalTestProfile testProfile,
DistributionStrategy distributionStrategy)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
FixedRateTestProfile.apply(Maestro maestro,
boolean warmUp,
DistributionStrategy distributionStrategy) |
void |
FixedRateTestProfile.apply(Maestro maestro,
DistributionStrategy distributionStrategy) |
static AbstractFixedRateExecutor |
FixedRateTestExecutorFactory.newTestExecutor(Maestro maestro,
ReportsDownloader reportsDownloader,
FixedRateTestProfile testProfile,
boolean warmUp,
DistributionStrategy distributionStrategy) |
static AbstractFixedRateExecutor |
FixedRateTestExecutorFactory.newTestExecutor(Maestro maestro,
ReportsDownloader reportsDownloader,
FixedRateTestProfile testProfile,
String warmUp,
DistributionStrategy distributionStrategy) |
void |
FixedRateTestProfile.warmUp(Maestro maestro,
DistributionStrategy distributionStrategy) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
AbstractFixedRateExecutor.runTest(int number,
BiConsumer<Maestro,DistributionStrategy> apply) |
| Constructor and Description |
|---|
FixedRateTestExecutor(Maestro maestro,
ReportsDownloader reportsDownloader,
FixedRateTestProfile testProfile,
DistributionStrategy distributionStrategy) |
StraightFixedRateTestExecutor(Maestro maestro,
ReportsDownloader reportsDownloader,
FixedRateTestProfile testProfile,
DistributionStrategy distributionStrategy) |
This documentation was released into the public domain.