Class GetLatestTaskExecutorMetricsByNodeCmd
java.lang.Object
com.flowable.platform.service.reports.GetLatestTaskExecutorMetricsByNodeCmd
- All Implemented Interfaces:
org.flowable.common.engine.impl.interceptor.Command<List<TaskExecutorMetric>>
public class GetLatestTaskExecutorMetricsByNodeCmd
extends Object
implements org.flowable.common.engine.impl.interceptor.Command<List<TaskExecutorMetric>>
Command that queries the actual latest task executor metric row per (node, executor) from the database.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final longprotected final long -
Constructor Summary
ConstructorsConstructorDescriptionGetLatestTaskExecutorMetricsByNodeCmd(long timestampAfter, long timestampBefore) -
Method Summary
Modifier and TypeMethodDescriptionexecute(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
-
Field Details
-
timestampAfter
protected final long timestampAfter -
timestampBefore
protected final long timestampBefore
-
-
Constructor Details
-
GetLatestTaskExecutorMetricsByNodeCmd
public GetLatestTaskExecutorMetricsByNodeCmd(long timestampAfter, long timestampBefore)
-
-
Method Details
-
execute
public List<TaskExecutorMetric> execute(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) - Specified by:
executein interfaceorg.flowable.common.engine.impl.interceptor.Command<List<TaskExecutorMetric>>
-