Class FlowableAsyncExecutorMeterRegistry.JobMetricEntry

java.lang.Object
com.flowable.platform.service.metrics.FlowableAsyncExecutorMeterRegistry.JobMetricEntry
Enclosing class:
FlowableAsyncExecutorMeterRegistry

protected static class FlowableAsyncExecutorMeterRegistry.JobMetricEntry extends Object
  • Field Details

    • type

      protected String type
    • node

      protected String node
    • tenantId

      protected String tenantId
    • timestamp

      protected Instant timestamp
    • duration

      protected int duration
    • executedCount

      protected double executedCount
    • failedCount

      protected double failedCount
    • deadLetterCount

      protected double deadLetterCount
    • avgDuration

      protected double avgDuration
    • maxDuration

      protected double maxDuration
  • Constructor Details

    • JobMetricEntry

      protected JobMetricEntry()
  • Method Details

    • getType

      public String getType()
    • setType

      public void setType(String type)
    • getNode

      public String getNode()
    • setNode

      public void setNode(String node)
    • getTenantId

      public String getTenantId()
    • setTenantId

      public void setTenantId(String tenantId)
    • getTimestamp

      public Instant getTimestamp()
    • setTimestamp

      public void setTimestamp(Instant timestamp)
    • getDuration

      public int getDuration()
    • setDuration

      public void setDuration(int duration)
    • getExecutedCount

      public double getExecutedCount()
    • setExecutedCount

      public void setExecutedCount(double executedCount)
    • getFailedCount

      public double getFailedCount()
    • setFailedCount

      public void setFailedCount(double failedCount)
    • getDeadLetterCount

      public double getDeadLetterCount()
    • setDeadLetterCount

      public void setDeadLetterCount(double deadLetterCount)
    • getAvgDuration

      public double getAvgDuration()
    • setAvgDuration

      public void setAvgDuration(double avgDuration)
    • getMaxDuration

      public double getMaxDuration()
    • setMaxDuration

      public void setMaxDuration(double maxDuration)