Interface PipelineProgressMXBean

All Known Implementing Classes:
PipelineProgressBean

public interface PipelineProgressMXBean
MXBean exposing cluster-wide pipeline progress (coordinator view).
  • Method Details

    • getStatus

      String getStatus()
    • getCurrentStepId

      String getCurrentStepId()
    • getCurrentStepIndex

      int getCurrentStepIndex()
    • getStepCount

      int getStepCount()
    • getStepProgress

      float getStepProgress()
    • getStepMessage

      String getStepMessage()