Package | Description |
---|---|
org.maestro.agent.base | |
org.maestro.inspector.base | |
org.maestro.worker.common | |
org.maestro.worker.common.executor |
Constructor and Description |
---|
MaestroAgent(String maestroURL,
String role,
String host,
MaestroDataServer dataServer)
Constructor
|
Constructor and Description |
---|
InspectorManager(String maestroURL,
String host,
MaestroDataServer dataServer,
File logDir) |
Constructor and Description |
---|
ConcurrentWorkerManager(String maestroURL,
String role,
String host,
File logDir,
Class<MaestroWorker> workerClass,
MaestroDataServer dataServer)
Constructor
|
MaestroWorkerManager(String maestroURL,
String role,
String host,
MaestroDataServer dataServer)
Constructor
|
VoidWorkerManager(String maestroURL,
String role,
String host,
MaestroDataServer dataServer) |
Constructor and Description |
---|
MaestroWorkerExecutor(AbstractMaestroPeer<MaestroEvent> maestroPeer,
MaestroDataServer dataServer) |
MaestroWorkerExecutor(String url,
String role,
String host,
File logDir,
Class<MaestroWorker> workerClass,
MaestroDataServer dataServer) |
This documentation was released into the public domain.