| Package | Description |
|---|---|
| io.parallec.core |
Main package, including most user-facing classes such as the ParallelClient,
ParallelTask etc.
|
| io.parallec.core.bean |
Beans.
|
| io.parallec.core.task |
| Modifier and Type | Method and Description |
|---|---|
ParallecResponseHandler |
ParallelTask.getHandler()
Gets the handler.
|
| Modifier and Type | Method and Description |
|---|---|
ParallelTask |
ParallelTaskBuilder.execute(ParallecResponseHandler handler)
key function.
|
void |
ParallelTask.setHandler(ParallecResponseHandler handler)
Sets the handler.
|
| 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 | Method and Description |
|---|---|
ParallecResponseHandler |
TaskRequest.getHandler() |
| 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) |
| Modifier and Type | Method and Description |
|---|---|
ParallecResponseHandler |
ParallelTaskBean.getHandler()
Gets the handler.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ParallelTaskBean.setHandler(ParallecResponseHandler handler)
Sets the handler.
|
Copyright © 2015–2016 eBay. All rights reserved.