Class StepRecord
java.lang.Object
com.norconex.crawler.core.cluster.pipeline.StepRecord
- All Implemented Interfaces:
Serializable
A record holding information on a pipeline execution current step.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleangetRunId()longinthashCode()booleanhasTimedOut(long timeoutMs) setPipelineId(String pipelineId) setStatus(PipelineStatus status) setUpdatedAt(long updatedAt) toString()
-
Constructor Details
-
StepRecord
public StepRecord()
-
-
Method Details
-
hasTimedOut
public boolean hasTimedOut(long timeoutMs) -
getPipelineId
-
getStepId
-
getUpdatedAt
public long getUpdatedAt() -
getStatus
-
getRunId
-
setPipelineId
- Returns:
this.
-
setStepId
- Returns:
this.
-
setUpdatedAt
- Returns:
this.
-
setStatus
- Returns:
this.
-
setRunId
- Returns:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-