Class JobMetricSummary

java.lang.Object
com.flowable.platform.service.health.JobMetricSummary

public class JobMetricSummary extends Object
Per-group summary of job metrics over a time window (totals and weighted averages). The grouping column (type or node) is populated depending on which summary query produced the row.
  • Field Details

    • type

      protected String type
    • node

      protected String node
    • executedTotal

      protected double executedTotal
    • failedTotal

      protected double failedTotal
    • deadLetterTotal

      protected double deadLetterTotal
    • avgDuration

      protected Double avgDuration
    • maxDuration

      protected Double maxDuration
  • Constructor Details

    • JobMetricSummary

      public JobMetricSummary()
  • Method Details

    • getType

      public String getType()
    • setType

      public void setType(String type)
    • getNode

      public String getNode()
    • setNode

      public void setNode(String node)
    • getExecutedTotal

      public double getExecutedTotal()
    • setExecutedTotal

      public void setExecutedTotal(double executedTotal)
    • getFailedTotal

      public double getFailedTotal()
    • setFailedTotal

      public void setFailedTotal(double failedTotal)
    • getDeadLetterTotal

      public double getDeadLetterTotal()
    • setDeadLetterTotal

      public void setDeadLetterTotal(double deadLetterTotal)
    • getAvgDuration

      public Double getAvgDuration()
    • setAvgDuration

      public void setAvgDuration(Double avgDuration)
    • getMaxDuration

      public Double getMaxDuration()
    • setMaxDuration

      public void setMaxDuration(Double maxDuration)