| Package | Description |
|---|---|
| io.parallec.core |
Main package, including most user-facing classes such as the ParallelClient,
ParallelTask etc.
|
| io.parallec.core.actor |
Actors to execute parallel task and return responses.
|
| io.parallec.core.task |
| Modifier and Type | Method and Description |
|---|---|
HttpMeta |
ParallelTaskBuilder.getHttpMeta()
Gets the HttpMeta.
|
HttpMeta |
ParallelTask.getHttpMeta()
Gets the command meta.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ParallelTaskBuilder.setHttpMeta(HttpMeta httpMeta)
Sets the HttpMeta.
|
void |
ParallelTask.setHttpMeta(HttpMeta httpMeta)
Sets the command meta.
|
| 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.
|
| Modifier and Type | Field and Description |
|---|---|
protected HttpMeta |
ExecutionManager.httpMeta
The command metadata.
|
| Modifier and Type | Method and Description |
|---|---|
HttpMeta |
ParallelTaskBean.getCommandMeta()
Gets the command meta.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ParallelTaskBean.setCommandMeta(HttpMeta commandMeta)
Sets the command meta.
|
Copyright © 2015–2017 eBay. All rights reserved.