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 HttpMeta |
ParallelTask.httpMeta
The http meta.
|
private HttpMeta |
ParallelTaskBuilder.httpMeta
The metadata about the HTTP request.
|
Modifier and Type | Method and Description |
---|---|
HttpMeta |
ParallelTask.getHttpMeta()
Gets the command meta.
|
HttpMeta |
ParallelTaskBuilder.getHttpMeta()
Gets the HttpMeta.
|
Modifier and Type | Method and Description |
---|---|
void |
ParallelTask.setHttpMeta(HttpMeta httpMeta)
Sets the command meta.
|
void |
ParallelTaskBuilder.setHttpMeta(HttpMeta httpMeta)
Sets the HttpMeta.
|
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 HttpMeta |
ExecutionManager.httpMeta
The command metadata.
|
Modifier and Type | Field and Description |
---|---|
private HttpMeta |
ParallelTaskBean.commandMeta
The command meta.
|
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.
|