public class WorkUnit extends Object
| Modifier and Type | Field and Description |
|---|---|
String |
command
Command to execute.
|
long |
delay
Seconds between work unit executions.
|
UUID |
id
Unique id for the work unit (used for reporting).
|
String |
name
Friendly name for the work unit.
|
MetricStage |
stage
Stage of this work unit -- trial, per-fetch, or active.
|
Set<UUID> |
targets
Targets that participate in this work unit.
|
| Constructor and Description |
|---|
WorkUnit() |
public UUID id
public String name
public long delay
public String command
public MetricStage stage
Copyright © 2018. All rights reserved.