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 | Field and Description |
---|---|
private SshMeta |
ParallelTask.sshMeta
The ssh meta.
|
private SshMeta |
ParallelTaskBuilder.sshMeta
The ssh meta.
|
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,
java.util.Map<java.lang.String,java.lang.Object> responseContext,
java.util.Map<java.lang.String,StrStrMap> replacementVarMapNodeSpecific,
java.util.Map<java.lang.String,java.lang.String> replacementVarMap,
RequestReplacementType requestReplacementType,
ParallelTaskConfig config)
Instantiates a new parallel task.
|
Modifier and Type | Field and Description |
---|---|
private SshMeta |
SshWorker.sshMeta
The ssh meta.
|
private SshMeta |
SshWorker.SshTask.sshMeta
The ssh meta.
|
Constructor and Description |
---|
SshTask(SshMeta sshMeta,
java.lang.String targetHost)
Instantiates a new ssh task.
|
SshWorker(int actorMaxOperationTimeoutSec,
SshMeta sshMeta,
java.lang.String targetHost)
Instantiates a new ssh worker.
|
Modifier and Type | Field and Description |
---|---|
private SshMeta |
TaskRequest.sshMeta
The ssh meta.
|
Modifier and Type | Method and Description |
---|---|
SshMeta |
TaskRequest.getSshMeta()
Gets the ssh meta.
|
Constructor and Description |
---|
TaskRequest(int actorMaxOperationTimeoutSec,
RequestProtocol protocol,
java.lang.String host,
java.lang.String hostUniform,
int port,
java.lang.String resourcePath,
java.lang.String requestContent,
HttpMethod httpMethod,
boolean pollable,
java.util.Map<java.lang.String,java.lang.String> httpHeaderMap,
ParallecResponseHandler handler,
java.util.Map<java.lang.String,java.lang.Object> responseContext,
SshMeta sshMeta,
TcpMeta tcpMeta,
UdpMeta udpMeta,
PingMeta pingMeta,
ResponseHeaderMeta responseHeaderMeta)
Instantiates a new task request.
|
Modifier and Type | Field and Description |
---|---|
private SshMeta |
SshProvider.sshMeta
The ssh meta.
|
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,
java.lang.String targetHost)
Instantiates a new ssh provider.
|
Modifier and Type | Field and Description |
---|---|
private SshMeta |
ParallelTaskBean.sshMeta
The ssh meta.
|
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.
|