| 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 |
|---|---|
TargetHostMeta |
ParallelTaskBuilder.getTargetHostMeta()
Gets the target host meta.
|
TargetHostMeta |
ParallelTask.getTargetHostMeta()
Gets the target host meta.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ParallelTaskBuilder.setTargetHostMeta(TargetHostMeta targetHostMeta)
Sets the target host meta.
|
void |
ParallelTask.setTargetHostMeta(TargetHostMeta targetHostMeta)
Sets the target host 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 TargetHostMeta |
ExecutionManager.targetHostMeta
The node group metadata.
|
| Modifier and Type | Method and Description |
|---|---|
TargetHostMeta |
ParallelTaskBean.getTargetHostMeta()
Gets the target host meta.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ParallelTaskBean.setTargetHostMeta(TargetHostMeta targetHostMeta)
Sets the target host meta.
|
Copyright © 2015–2017 eBay. All rights reserved.