| Constructor and Description |
|---|
MaestroAgent(String maestroURL,
PeerInfo peerInfo,
MaestroDataServer dataServer)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<List<? extends MaestroNote>> |
Maestro.setDuration(String topic,
Object value) |
CompletableFuture<List<? extends MaestroNote>> |
Maestro.setManagementInterface(String topic,
String value) |
| Constructor and Description |
|---|
Maestro(String url)
Constructor
|
| Constructor and Description |
|---|
MaestroMqttClient(org.eclipse.paho.client.mqttv3.MqttClient mqttClient)
Constructor (for testing)
|
MaestroMqttClient(String url)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<List<? extends MaestroNote>> |
MaestroRequester.setDuration(String topic,
Object value)
Sends a set duration request
|
| Modifier and Type | Class and Description |
|---|---|
class |
MalformedNoteException |
class |
NotEnoughRepliesException
Thrown if there were not enough replies as a response to a command
|
| Modifier and Type | Class and Description |
|---|---|
class |
MaestroConnectionException |
| Modifier and Type | Class and Description |
|---|---|
class |
InvalidHeaderValueException
Thrown if trying to set an invalid header value
|
class |
InvalidRecordException
Thrown if trying to save an invalid record
|
| Constructor and Description |
|---|
MaestroExporter(String maestroUrl) |
| Constructor and Description |
|---|
InspectorManager(String maestroURL,
PeerInfo peerInfo,
MaestroDataServer dataServer,
File logDir) |
| Modifier and Type | Method and Description |
|---|---|
void |
ConnectionsPlotter.plot(ConnectionsDataSet dataSet,
File outputFile)
Plotter
|
void |
GeneralInfoPlotter.plot(GeneralInfoDataSet dataSet,
File outputDir)
Plotter
|
void |
QDMemoryPlotter.plot(QDMemoryDataSet dataSet,
File outputDir)
Plotter
|
void |
RouterLinkPlotter.plot(RouterLinkDataSet dataSet,
File outputDir)
Plotter
|
| Modifier and Type | Method and Description |
|---|---|
void |
BasicPlotter.plot(File filename,
File outputFile,
File propertiesFile)
A basic plotter wrapping logic
|
| Modifier and Type | Class and Description |
|---|---|
class |
EmptyDataSet
Empty data set exception
|
class |
IncompatibleDataSet
Incompatible data set exception
|
| Modifier and Type | Method and Description |
|---|---|
abstract void |
AbstractPlotter.plot(T reportData,
File outputFile) |
| Modifier and Type | Method and Description |
|---|---|
void |
HeapPlotter.plot(HeapData reportData,
File outputFile) |
void |
MemoryAreasPlotter.plot(MemoryAreasData reportData,
File outputFile) |
void |
QueuePlotter.plot(QueueDataSet dataSet,
File outputFile) |
| Modifier and Type | Method and Description |
|---|---|
void |
HdrPlotterWithCo.plot(HdrDataCO reportData,
File outputDir) |
void |
HdrPlotter.plot(HdrData reportData,
File outputDir) |
| Modifier and Type | Method and Description |
|---|---|
void |
RatePlotter.plot(RateData reportData,
File outputFile) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
RatePlotterWrapper.plot(File file) |
boolean |
PlotterWrapper.plot(File file) |
| Modifier and Type | Method and Description |
|---|---|
void |
FlexibleTestProfile.apply(Maestro maestro,
DistributionStrategy distributionStrategy) |
| Constructor and Description |
|---|
MaestroWorkerExecutor(String url,
PeerInfo peerInfo,
File logDir,
MaestroDataServer dataServer) |
This documentation was released into the public domain.