public class ParallelTaskBean extends Object
| Modifier and Type | Field and Description |
|---|---|
akka.actor.ActorRef |
executionManager
The executionManager.
|
| Constructor and Description |
|---|
ParallelTaskBean(ParallelTask task)
Instantiates a new parallel task bean.
|
| Modifier and Type | Method and Description |
|---|---|
HttpMeta |
getCommandMeta()
Gets the command meta.
|
double |
getDurationSec() |
String |
getExecuteStartTime() |
String |
getExecutionEndTime() |
ParallecResponseHandler |
getHandler()
Gets the handler.
|
HttpPollerProcessor |
getHttpPollerProcessor()
Gets the http poller processor.
|
Map<String,NodeReqResponse> |
getParallelTaskResult()
Gets the parallel task result.
|
Map<String,String> |
getReplacementVarMap()
Gets the replacement var map.
|
Map<String,StrStrMap> |
getReplacementVarMapNodeSpecific()
Gets the replacement var map node specific.
|
Integer |
getRequestNum()
Gets the request num.
|
Integer |
getRequestNumActual()
Gets the request num actual.
|
RequestReplacementType |
getRequestReplacementType()
Gets the request replacement type.
|
Map<String,Object> |
getResponseContext()
Gets the response context.
|
Integer |
getResponsedNum()
Gets the responsed num.
|
SshMeta |
getSshMeta()
Gets the ssh meta.
|
String |
getState()
Gets the state.
|
String |
getSubmitTime() |
TargetHostMeta |
getTargetHostMeta()
Gets the target host meta.
|
List<TaskErrorMeta> |
getTaskErrorMetas()
Gets the task error metas.
|
String |
getTaskId()
Gets the task id.
|
TcpMeta |
getTcpMeta() |
String |
getTimeStamp()
Gets the time stamp.
|
boolean |
isPollable()
Checks if is pollable.
|
void |
setCommandMeta(HttpMeta commandMeta)
Sets the command meta.
|
void |
setDurationSec(double durationSec) |
void |
setExecuteStartTime(String executeStartTime) |
void |
setExecutionEndTime(String executionEndTime) |
void |
setHandler(ParallecResponseHandler handler)
Sets the handler.
|
void |
setHttpPollerProcessor(HttpPollerProcessor httpPollerProcessor)
Sets the http poller processor.
|
void |
setParallelTaskResult(Map<String,NodeReqResponse> parallelTaskResult)
Sets the parallel task result.
|
void |
setPollable(boolean isPollable)
Sets the pollable.
|
void |
setRequestNum(Integer requestNum)
Sets the request num.
|
void |
setRequestNumActual(Integer requestNumActual)
Sets the request num actual.
|
void |
setRequestReplacementType(RequestReplacementType requestReplacementType)
Sets the request replacement type.
|
void |
setResponseContext(Map<String,Object> responseContext)
Sets the response context.
|
void |
setResponsedNum(Integer responsedNum)
Sets the responsed num.
|
void |
setSshMeta(SshMeta sshMeta)
Sets the ssh meta.
|
void |
setState(String state)
Sets the state.
|
void |
setSubmitTime(String submitTime) |
void |
setTargetHostMeta(TargetHostMeta targetHostMeta)
Sets the target host meta.
|
void |
setTaskId(String taskId)
Sets the task id.
|
void |
setTcpMeta(TcpMeta tcpMeta) |
void |
setTimeStamp(String timeStamp)
Sets the time stamp.
|
public ParallelTaskBean(ParallelTask task)
task - the taskpublic String getTimeStamp()
public void setTimeStamp(String timeStamp)
timeStamp - the new time stamppublic Integer getRequestNum()
public void setRequestNum(Integer requestNum)
requestNum - the new request numpublic Integer getRequestNumActual()
public void setRequestNumActual(Integer requestNumActual)
requestNumActual - the new request num actualpublic Integer getResponsedNum()
public void setResponsedNum(Integer responsedNum)
responsedNum - the new responsed numpublic Map<String,Object> getResponseContext()
public void setResponseContext(Map<String,Object> responseContext)
responseContext - the response contextpublic String getState()
public void setState(String state)
state - the new statepublic ParallecResponseHandler getHandler()
public void setHandler(ParallecResponseHandler handler)
handler - the new handlerpublic Map<String,NodeReqResponse> getParallelTaskResult()
public void setParallelTaskResult(Map<String,NodeReqResponse> parallelTaskResult)
parallelTaskResult - the parallel task resultpublic HttpMeta getCommandMeta()
public void setCommandMeta(HttpMeta commandMeta)
commandMeta - the new command metapublic TargetHostMeta getTargetHostMeta()
public void setTargetHostMeta(TargetHostMeta targetHostMeta)
targetHostMeta - the new target host metapublic SshMeta getSshMeta()
public void setSshMeta(SshMeta sshMeta)
sshMeta - the new ssh metapublic RequestReplacementType getRequestReplacementType()
public void setRequestReplacementType(RequestReplacementType requestReplacementType)
requestReplacementType - the new request replacement typepublic boolean isPollable()
public void setPollable(boolean isPollable)
isPollable - the new pollablepublic HttpPollerProcessor getHttpPollerProcessor()
public void setHttpPollerProcessor(HttpPollerProcessor httpPollerProcessor)
httpPollerProcessor - the new http poller processorpublic List<TaskErrorMeta> getTaskErrorMetas()
public Map<String,StrStrMap> getReplacementVarMapNodeSpecific()
public Map<String,String> getReplacementVarMap()
public String getTaskId()
public void setTaskId(String taskId)
taskId - the new task idpublic String getSubmitTime()
public void setSubmitTime(String submitTime)
public String getExecuteStartTime()
public void setExecuteStartTime(String executeStartTime)
public String getExecutionEndTime()
public void setExecutionEndTime(String executionEndTime)
public double getDurationSec()
public void setDurationSec(double durationSec)
public TcpMeta getTcpMeta()
public void setTcpMeta(TcpMeta tcpMeta)
Copyright © 2015–2017 eBay. All rights reserved.