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 | Field and Description |
---|---|
private TargetHostMeta |
ParallelTask.targetHostMeta
The target host meta.
|
private TargetHostMeta |
ParallelTaskBuilder.targetHostMeta
The target host meta data.
|
Modifier and Type | Method and Description |
---|---|
TargetHostMeta |
ParallelTask.getTargetHostMeta()
Gets the target host meta.
|
TargetHostMeta |
ParallelTaskBuilder.getTargetHostMeta()
Gets the target host meta.
|
Modifier and Type | Method and Description |
---|---|
void |
ParallelTask.setTargetHostMeta(TargetHostMeta targetHostMeta)
Sets the target host meta.
|
void |
ParallelTaskBuilder.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,
java.util.Map<java.lang.String,java.lang.Object> responseContext,
java.util.Map<java.lang.String,StrStrMap> replacementVarMapNodeSpecific,
java.util.Map<java.lang.String,java.lang.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 | Field and Description |
---|---|
private TargetHostMeta |
ParallelTaskBean.targetHostMeta
The target host meta.
|
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.
|