| 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.ssh |
Work flow utilities on ssh.
|
| io.parallec.core.task |
| Modifier and Type | Method and Description |
|---|---|
SshMeta |
ParallelTask.getSshMeta()
Gets the ssh meta.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ParallelTask.setSshMeta(SshMeta sshMeta)
Sets the ssh 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 |
|---|
SshWorker(int actorMaxOperationTimeoutSec,
SshMeta sshMeta,
String targetHost)
Instantiates a new ssh worker.
|
| Modifier and Type | Method and Description |
|---|---|
SshMeta |
TaskRequest.getSshMeta()
Gets the ssh 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) |
| Modifier and Type | Method and Description |
|---|---|
SshMeta |
SshProvider.getSshMeta()
Gets the ssh meta.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SshProvider.setSshMeta(SshMeta sshMeta)
Sets the ssh meta.
|
| Constructor and Description |
|---|
SshProvider(SshMeta sshMeta,
String targetHost)
Instantiates a new ssh provider.
|
| Modifier and Type | Method and Description |
|---|---|
SshMeta |
ParallelTaskBean.getSshMeta()
Gets the ssh meta.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ParallelTaskBean.setSshMeta(SshMeta sshMeta)
Sets the ssh meta.
|
Copyright © 2015–2016 eBay. All rights reserved.