Constructor and Description |
---|
MaestroAgent(String maestroURL,
String role,
String host,
MaestroDataServer dataServer)
Constructor
|
Modifier and Type | Method and Description |
---|---|
CompletableFuture<List<? extends MaestroNote>> |
Maestro.setDuration(Object value)
Sends a set duration request
|
CompletableFuture<List<? extends MaestroNote>> |
Maestro.setDuration(String topic,
Object value)
Sends a set duration request
|
CompletableFuture<List<? extends MaestroNote>> |
Maestro.setManagementInterface(String value)
Sets the management interface URL
|
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(Object value)
Sends a set duration request
|
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,
String host,
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 |
RatePlotter.plot(RateData reportData,
File outputFile) |
Modifier and Type | Method and Description |
---|---|
boolean |
PlotterWrapper.plot(File file) |
boolean |
RatePlotterWrapper.plot(File file) |
Modifier and Type | Method and Description |
---|---|
void |
FlexibleTestProfile.apply(Maestro maestro) |
Constructor and Description |
---|
VoidWorkerManager(String maestroURL,
String role,
String host,
MaestroDataServer dataServer) |
Constructor and Description |
---|
MaestroWorkerExecutor(String url,
String role,
String host,
File logDir,
Class<MaestroWorker> workerClass,
MaestroDataServer dataServer) |
This documentation was released into the public domain.