| Package | Description |
|---|---|
| io.parallec.core |
Main package, including most user-facing classes such as the ParallelClient,
ParallelTask etc.
|
| io.parallec.core.task |
| Modifier and Type | Method and Description |
|---|---|
RequestReplacementType |
ParallelTaskBuilder.getRequestReplacementType()
Gets the request replacement type.
|
RequestReplacementType |
ParallelTask.getRequestReplacementType()
Gets the request replacement type.
|
| Modifier and Type | Method and Description |
|---|---|
ParallelTaskBuilder |
ParallelTaskBuilder.setRequestReplacementType(RequestReplacementType requestReplacementType)
Sets the request replacement type.
|
void |
ParallelTask.setRequestReplacementType(RequestReplacementType requestReplacementType)
Sets the request replacement type.
|
| 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 |
|---|---|
RequestReplacementType |
ParallelTaskBean.getRequestReplacementType()
Gets the request replacement type.
|
static RequestReplacementType |
RequestReplacementType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RequestReplacementType[] |
RequestReplacementType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ParallelTaskBean.setRequestReplacementType(RequestReplacementType requestReplacementType)
Sets the request replacement type.
|
Copyright © 2015–2016 eBay. All rights reserved.