| Package | Description |
|---|---|
| org.maestro.common.worker | |
| org.maestro.worker.common | |
| org.maestro.worker.common.container.initializers | |
| org.maestro.worker.jms |
| Modifier and Type | Interface and Description |
|---|---|
interface |
MaestroReceiverWorker
An interface for implementing maestro receivers
|
interface |
MaestroSenderWorker |
| Modifier and Type | Field and Description |
|---|---|
MaestroWorker |
WorkerRuntimeInfo.worker |
| Modifier and Type | Method and Description |
|---|---|
List<MaestroWorker> |
WorkerContainer.create(WorkerInitializer initializer,
int count) |
| Constructor and Description |
|---|
WorkerLatencyWriter(File reportFolder,
List<? extends MaestroWorker> workers) |
WorkerLatencyWriter(File reportFolder,
List<? extends MaestroWorker> workers,
LatencyEvaluator latencyEvaluator,
long reportingIntervalMs) |
WorkerRateWriter(File reportFolder,
List<? extends MaestroWorker> workers) |
WorkerStaleChecker(List<? extends MaestroWorker> workers)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
MaestroWorker |
TestWorkerInitializer.initialize(int number) |
MaestroWorker |
WorkerInitializer.initialize(int number) |
| Constructor and Description |
|---|
TestWorkerInitializer(Class<MaestroWorker> clazz,
WorkerOptions workerOptions) |
| Modifier and Type | Class and Description |
|---|---|
class |
JMSReceiverWorker
A sender worker for JMS-based testing
|
class |
JMSSenderWorker
A sender worker for JMS-based testing
|
This documentation was released into the public domain.