| 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.commander.workflow.ping |
Work flow utilities on ping.
|
| Modifier and Type | Method and Description |
|---|---|
PingMeta |
ParallelTask.getPingMeta()
Gets the ping meta.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ParallelTask.setPingMeta(PingMeta pingMeta)
Sets the ping 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 |
|---|
PingWorker(int actorMaxOperationTimeoutSec,
PingMeta pingMeta,
String targetHost)
Instantiates a new ping worker.
|
| Modifier and Type | Method and Description |
|---|---|
PingMeta |
TaskRequest.getPingMeta()
Gets the ping 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 |
|---|---|
boolean |
PingProvider.isReachableByPing(String targetHost,
PingMeta pingMeta) |
boolean |
PingProvider.isReachableByPingHelper(String targetHost,
PingMeta pingMeta) |
Copyright © 2015–2017 eBay. All rights reserved.