Uses of Interface
com.flowable.platform.api.metrics.TaskExecutorMetric
Packages that use TaskExecutorMetric
Package
Description
-
Uses of TaskExecutorMetric in com.flowable.platform.engine.impl.persistence.entity
Subinterfaces of TaskExecutorMetric in com.flowable.platform.engine.impl.persistence.entityClasses in com.flowable.platform.engine.impl.persistence.entity that implement TaskExecutorMetric -
Uses of TaskExecutorMetric in com.flowable.platform.service.reports
Classes in com.flowable.platform.service.reports that implement TaskExecutorMetricClasses in com.flowable.platform.service.reports that implement interfaces with type arguments of type TaskExecutorMetricModifier and TypeClassDescriptionclassCommand that queries the actual latest task executor metric row per (node, executor) from the database.classCommand that queries task executor metric aggregations from the database.Methods in com.flowable.platform.service.reports that return types with arguments of type TaskExecutorMetricModifier and TypeMethodDescriptionGetLatestTaskExecutorMetricsByNodeCmd.execute(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) GetTaskExecutorMetricAggregationsCmd.execute(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) Method parameters in com.flowable.platform.service.reports with type arguments of type TaskExecutorMetricModifier and TypeMethodDescriptionAsyncExecutorMetricsReportRunner.getTaskExecutorGroupByForBucket(List<TaskExecutorMetric> metrics, String reportType)