Uses of Class
com.flowable.platform.service.health.HealthSummaryResponse.NodeExecutorMetrics
Packages that use HealthSummaryResponse.NodeExecutorMetrics
Package
Description
-
Uses of HealthSummaryResponse.NodeExecutorMetrics in com.flowable.platform.service.health
Fields in com.flowable.platform.service.health with type parameters of type HealthSummaryResponse.NodeExecutorMetricsModifier and TypeFieldDescriptionprotected Map<String, Map<String, HealthSummaryResponse.NodeExecutorMetrics>> HealthSummaryResponse.nodeExecutorMetricsMethods in com.flowable.platform.service.health that return types with arguments of type HealthSummaryResponse.NodeExecutorMetricsModifier and TypeMethodDescriptionHealthSummaryResponse.getNodeExecutorMetrics()protected Map<String, Map<String, HealthSummaryResponse.NodeExecutorMetrics>> HealthSummaryService.mergeNodeExecutorMetrics(Map<String, Map<String, ExecutorNodeSnapshot>> currentSnapshots, Map<String, Map<String, Integer>> threadByNode10m, Map<String, Map<String, Integer>> threadByNode1h, Map<String, Map<String, Integer>> queueByNode10m, Map<String, Map<String, Integer>> queueByNode1h) Method parameters in com.flowable.platform.service.health with type arguments of type HealthSummaryResponse.NodeExecutorMetricsModifier and TypeMethodDescriptionvoidHealthSummaryResponse.setNodeExecutorMetrics(Map<String, Map<String, HealthSummaryResponse.NodeExecutorMetrics>> nodeExecutorMetrics) -
Uses of HealthSummaryResponse.NodeExecutorMetrics in com.flowable.platform.service.health.advisor
Methods in com.flowable.platform.service.health.advisor with parameters of type HealthSummaryResponse.NodeExecutorMetricsModifier and TypeMethodDescriptionprotected HealthAdviceItemAsyncExecutorHealthAdvisor.evaluateNode(String node, HealthSummaryResponse.NodeExecutorMetrics m, boolean hasPendingJobs, boolean clusterIdle) Evaluates a single monitored executor's queue usage in isolation.