Class PipelineProgress

java.lang.Object
com.norconex.crawler.core.cluster.pipeline.PipelineProgress

public final class PipelineProgress extends Object
Snapshot representation a the pipeline progress.
  • Method Details

    • builder

    • getStatus

      public PipelineStatus getStatus()
    • getCurrentStepId

      public String getCurrentStepId()
    • getCurrentStepIndex

      public int getCurrentStepIndex()
    • getStepCount

      public int getStepCount()
    • getStepProgress

      public float getStepProgress()
    • getStepMessage

      public String getStepMessage()
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object