Class FlowableAsyncExecutorMeterRegistry.JobMetricEntry
java.lang.Object
com.flowable.platform.service.metrics.FlowableAsyncExecutorMeterRegistry.JobMetricEntry
- Enclosing class:
FlowableAsyncExecutorMeterRegistry
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondoubledoubleintdoubledoubledoublegetNode()getType()voidsetAvgDuration(double avgDuration) voidsetDeadLetterCount(double deadLetterCount) voidsetDuration(int duration) voidsetExecutedCount(double executedCount) voidsetFailedCount(double failedCount) voidsetMaxDuration(double maxDuration) voidvoidsetTenantId(String tenantId) voidsetTimestamp(Instant timestamp) void
-
Field Details
-
type
-
node
-
tenantId
-
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
-
setType
-
getNode
-
setNode
-
getTenantId
-
setTenantId
-
getTimestamp
-
setTimestamp
-
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)
-