Package | Description |
---|---|
org.maestro.reports.downloaders | |
org.maestro.tests | |
org.maestro.tests.flex | |
org.maestro.tests.incremental | |
org.maestro.tests.rate | |
org.maestro.tests.utils |
Modifier and Type | Class and Description |
---|---|
class |
BrokerDownloader |
class |
DefaultDownloader |
class |
PooledDownloaderDecorator |
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 |
---|
PooledDownloaderDecorator(ReportsDownloader reportsDownloader) |
Modifier and Type | Method and Description |
---|---|
protected ReportsDownloader |
AbstractTestExecutor.getReportsDownloader() |
Constructor and Description |
---|
AbstractTestExecutor(Maestro maestro,
ReportsDownloader reportsDownloader) |
DownloadProcessor(ReportsDownloader reportsDownloader) |
Constructor and Description |
---|
FlexibleTestExecutor(Maestro maestro,
ReportsDownloader reportsDownloader,
AbstractTestProfile testProfile)
Constructor
|
Constructor and Description |
---|
IncrementalTestExecutor(Maestro maestro,
ReportsDownloader reportsDownloader,
IncrementalTestProfile testProfile)
Constructor
|
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) |
Constructor and Description |
---|
FixedRateTestExecutor(Maestro maestro,
ReportsDownloader reportsDownloader,
FixedRateTestProfile testProfile) |
StraightFixedRateTestExecutor(Maestro maestro,
ReportsDownloader reportsDownloader,
FixedRateTestProfile testProfile) |
Modifier and Type | Method and Description |
---|---|
static void |
ManagementInterface.setupResolver(String inspectorName,
ReportsDownloader reportsDownloader)
Setup the report resolver for the management interface (when provided)
|
This documentation was released into the public domain.