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,
NodeOrganizer 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)
Apply a test profile using a maestro instance
|
Constructor and Description |
---|
AbstractTestExecutor(Maestro maestro,
ReportsDownloader reportsDownloader) |
Constructor and Description |
---|
FlexibleTestExecutor(Maestro maestro,
ReportsDownloader reportsDownloader,
AbstractTestProfile testProfile)
Constructor
|
Modifier and Type | Method and Description |
---|---|
void |
FlexibleTestProfile.apply(Maestro maestro) |
Modifier and Type | Method and Description |
---|---|
abstract void |
IncrementalTestProfile.apply(Maestro maestro) |
Constructor and Description |
---|
IncrementalTestExecutor(Maestro maestro,
ReportsDownloader reportsDownloader,
IncrementalTestProfile testProfile)
Constructor
|
Modifier and Type | Method and Description |
---|---|
void |
SimpleTestProfile.apply(Maestro maestro) |
Modifier and Type | Method and Description |
---|---|
void |
SimpleTestProfile.apply(Maestro maestro) |
Modifier and Type | Method and Description |
---|---|
static AbstractFixedRateExecutor |
FixedRateTestExecutorFactory.newTestExecutor(Maestro maestro,
ReportsDownloader reportsDownloader,
FixedRateTestProfile testProfile,
boolean warmUp) |
static AbstractFixedRateExecutor |
FixedRateTestExecutorFactory.newTestExecutor(Maestro maestro,
ReportsDownloader reportsDownloader,
FixedRateTestProfile testProfile,
String warmUp) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
AbstractFixedRateExecutor.runTest(int number,
Consumer<Maestro> apply) |
Constructor and Description |
---|
FixedRateTestExecutor(Maestro maestro,
ReportsDownloader reportsDownloader,
FixedRateTestProfile testProfile) |
StraightFixedRateTestExecutor(Maestro maestro,
ReportsDownloader reportsDownloader,
FixedRateTestProfile testProfile) |
Modifier and Type | Method and Description |
---|---|
protected void |
FixedRateMultipointTestProfile.apply(Maestro maestro,
boolean warmUp) |
Modifier and Type | Method and Description |
---|---|
void |
FixedRateTestProfile.apply(Maestro maestro) |
protected void |
FixedRateTestProfile.apply(Maestro maestro,
boolean warmUp) |
void |
FixedRateTestProfile.warmUp(Maestro maestro) |
This documentation was released into the public domain.