Package org.apache.hop.execution
Class ExecutionState
- java.lang.Object
-
- org.apache.hop.execution.ExecutionState
-
public class ExecutionState extends Object
Execution states are possible for pipelines and workflows but also for actions and transforms.
-
-
Constructor Summary
Constructors Constructor Description ExecutionState()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<String>getChildIds()Gets childIdsStringgetContainerId()Gets containerIdStringgetCopyNr()Gets copyNrMap<String,String>getDetails()Gets detailsDategetExecutionEndDate()Gets executionEndDateExecutionTypegetExecutionType()Gets executionTypeStringgetId()Gets idIntegergetLastLogLineNr()Gets lastLogLineNrStringgetLoggingText()Gets loggingTextList<ExecutionStateComponentMetrics>getMetrics()Gets metricsStringgetName()Gets nameStringgetParentId()Gets parentIdStringgetStatusDescription()Gets statusDescriptionDategetUpdateTime()Gets updateTimebooleanisFailed()Gets failedvoidsetChildIds(List<String> childIds)Sets childIdsvoidsetContainerId(String containerId)Sets containerIdvoidsetCopyNr(String copyNr)Sets copyNrvoidsetDetails(Map<String,String> details)Sets detailsvoidsetExecutionEndDate(Date executionEndDate)Sets executionEndDatevoidsetExecutionType(ExecutionType executionType)Sets executionTypevoidsetFailed(boolean failed)Sets failedvoidsetId(String id)Sets idvoidsetLastLogLineNr(Integer lastLogLineNr)Sets lastLogLineNrvoidsetLoggingText(String loggingText)Sets loggingTextvoidsetMetrics(List<ExecutionStateComponentMetrics> metrics)Sets metricsvoidsetName(String name)Sets namevoidsetParentId(String parentId)Sets parentIdvoidsetStatusDescription(String statusDescription)Sets statusDescriptionvoidsetUpdateTime(Date updateTime)Sets updateTime
-
-
-
Method Detail
-
getExecutionType
public ExecutionType getExecutionType()
Gets executionType- Returns:
- value of executionType
-
setExecutionType
public void setExecutionType(ExecutionType executionType)
Sets executionType- Parameters:
executionType- value of executionType
-
getParentId
public String getParentId()
Gets parentId- Returns:
- value of parentId
-
setParentId
public void setParentId(String parentId)
Sets parentId- Parameters:
parentId- value of parentId
-
getId
public String getId()
Gets id- Returns:
- value of id
-
setId
public void setId(String id)
Sets id- Parameters:
id- value of id
-
getName
public String getName()
Gets name- Returns:
- value of name
-
setName
public void setName(String name)
Sets name- Parameters:
name- value of name
-
getCopyNr
public String getCopyNr()
Gets copyNr- Returns:
- value of copyNr
-
setCopyNr
public void setCopyNr(String copyNr)
Sets copyNr- Parameters:
copyNr- value of copyNr
-
getLoggingText
public String getLoggingText()
Gets loggingText- Returns:
- value of loggingText
-
setLoggingText
public void setLoggingText(String loggingText)
Sets loggingText- Parameters:
loggingText- value of loggingText
-
getLastLogLineNr
public Integer getLastLogLineNr()
Gets lastLogLineNr- Returns:
- value of lastLogLineNr
-
setLastLogLineNr
public void setLastLogLineNr(Integer lastLogLineNr)
Sets lastLogLineNr- Parameters:
lastLogLineNr- value of lastLogLineNr
-
getMetrics
public List<ExecutionStateComponentMetrics> getMetrics()
Gets metrics- Returns:
- value of metrics
-
setMetrics
public void setMetrics(List<ExecutionStateComponentMetrics> metrics)
Sets metrics- Parameters:
metrics- value of metrics
-
getStatusDescription
public String getStatusDescription()
Gets statusDescription- Returns:
- value of statusDescription
-
setStatusDescription
public void setStatusDescription(String statusDescription)
Sets statusDescription- Parameters:
statusDescription- value of statusDescription
-
getUpdateTime
public Date getUpdateTime()
Gets updateTime- Returns:
- value of updateTime
-
setUpdateTime
public void setUpdateTime(Date updateTime)
Sets updateTime- Parameters:
updateTime- value of updateTime
-
setChildIds
public void setChildIds(List<String> childIds)
Sets childIds- Parameters:
childIds- value of childIds
-
isFailed
public boolean isFailed()
Gets failed- Returns:
- value of failed
-
setFailed
public void setFailed(boolean failed)
Sets failed- Parameters:
failed- value of failed
-
setDetails
public void setDetails(Map<String,String> details)
Sets details- Parameters:
details- value of details
-
getContainerId
public String getContainerId()
Gets containerId- Returns:
- value of containerId
-
setContainerId
public void setContainerId(String containerId)
Sets containerId- Parameters:
containerId- value of containerId
-
getExecutionEndDate
public Date getExecutionEndDate()
Gets executionEndDate- Returns:
- value of executionEndDate
-
setExecutionEndDate
public void setExecutionEndDate(Date executionEndDate)
Sets executionEndDate- Parameters:
executionEndDate- value of executionEndDate
-
-