| Package | Description |
|---|---|
| io.parallec.core |
Main package, including most user-facing classes such as the ParallelClient,
ParallelTask etc.
|
| Modifier and Type | Method and Description |
|---|---|
ParallelTaskConfig |
ParallelTaskBuilder.getConfig()
Gets the config.
|
ParallelTaskConfig |
ParallelTask.getConfig()
Gets the config.
|
| Modifier and Type | Method and Description |
|---|---|
ParallelTaskBuilder |
ParallelTaskBuilder.setConfig(ParallelTaskConfig config)
Sets the config.
|
void |
ParallelTask.setConfig(ParallelTaskConfig config)
Sets the config.
|
| Constructor and Description |
|---|
ParallelTask(RequestProtocol requestProtocol,
int concurrency,
HttpMeta httpMeta,
TargetHostMeta targetHostMeta,
SshMeta sshMeta,
TcpMeta tcpMeta,
UdpMeta udpMeta,
PingMeta pingMeta,
ParallecResponseHandler handler,
Map<String,Object> responseContext,
Map<String,StrStrMap> replacementVarMapNodeSpecific,
Map<String,String> replacementVarMap,
RequestReplacementType requestReplacementType,
ParallelTaskConfig config)
Instantiates a new parallel task.
|
Copyright © 2015–2017 eBay. All rights reserved.