| 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.bean |
Beans.
|
| io.parallec.core.task |
| Modifier and Type | Method and Description |
|---|---|
TcpMeta |
ParallelTaskBuilder.getTcpMeta()
Gets the tcp meta.
|
TcpMeta |
ParallelTask.getTcpMeta()
Gets the tcp meta.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ParallelTaskBuilder.setTcpMeta(TcpMeta tcpMeta)
Sets the tcp meta.
|
void |
ParallelTask.setTcpMeta(TcpMeta tcpMeta)
Sets the tcp 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.
|
| Constructor and Description |
|---|
TcpWorker(int actorMaxOperationTimeoutSec,
TcpMeta tcpMeta,
String targetHost)
Instantiates a new tcp worker.
|
| Modifier and Type | Method and Description |
|---|---|
TcpMeta |
TaskRequest.getTcpMeta()
Gets the tcp meta.
|
| Constructor and Description |
|---|
TaskRequest(int actorMaxOperationTimeoutSec,
RequestProtocol protocol,
String host,
String hostUniform,
int port,
String resourcePath,
String requestContent,
HttpMethod httpMethod,
boolean pollable,
Map<String,String> httpHeaderMap,
ParallecResponseHandler handler,
Map<String,Object> responseContext,
SshMeta sshMeta,
TcpMeta tcpMeta,
UdpMeta udpMeta,
PingMeta pingMeta,
ResponseHeaderMeta responseHeaderMeta)
Instantiates a new task request.
|
| Modifier and Type | Method and Description |
|---|---|
TcpMeta |
ParallelTaskBean.getTcpMeta() |
| Modifier and Type | Method and Description |
|---|---|
void |
ParallelTaskBean.setTcpMeta(TcpMeta tcpMeta) |
Copyright © 2015–2017 eBay. All rights reserved.