Class | Description |
---|---|
HttpMeta |
The metadata about the HTTP request (url/port/header/concurrency etc) It does
not include the target hosts information.
|
ResponseHeaderMeta | |
SetAndCount |
The class used to represent the target hosts and a count when aggregation
|
StrStrMap |
This allow you to replace multiple variables with multiple values key: the
variable name : e.g.
|
TargetHostMeta |
The metadata about the targetHost, which is mainly a list of hostnames (IP or FQDN)
the primary key is the targetHostId, generated with timestamp
|
TaskRequest |
This is the request send to the operation worker.
|
Enum | Description |
---|---|
SingleTargetTaskStatus |
The Enum SingleTargetTaskStatus.
|
TaskRunMode |
The Enum Mode of running Parallel Task: async or sync.
|