| Package | Description |
|---|---|
| io.parallec.core |
Main package, including most user-facing classes such as the ParallelClient,
ParallelTask etc.
|
| io.parallec.core.bean |
Beans.
|
| Modifier and Type | Method and Description |
|---|---|
RequestProtocol |
ParallelTaskBuilder.getRequestProtocol()
Gets the request protocol.
|
RequestProtocol |
ParallelTask.getRequestProtocol()
Gets the request protocol.
|
static RequestProtocol |
RequestProtocol.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RequestProtocol[] |
RequestProtocol.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ParallelTaskBuilder |
ParallelTaskBuilder.setProtocol(RequestProtocol protocol)
Sets the protocol.
|
void |
ParallelTask.setRequestProtocol(RequestProtocol requestProtocol)
Sets the request protocol.
|
| 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 |
|---|---|
RequestProtocol |
TaskRequest.getProtocol()
Gets the protocol.
|
| 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.
|
Copyright © 2015–2017 eBay. All rights reserved.