Uses of Class
com.flowable.platform.service.health.HealthAdviceItem
Packages that use HealthAdviceItem
Package
Description
-
Uses of HealthAdviceItem in com.flowable.platform.service.health
Fields in com.flowable.platform.service.health with type parameters of type HealthAdviceItemModifier and TypeFieldDescriptionprotected List<HealthAdviceItem> HealthSummaryResponse.adviceItemsMethods in com.flowable.platform.service.health that return types with arguments of type HealthAdviceItemModifier and TypeMethodDescriptionprotected List<HealthAdviceItem> HealthSummaryService.computeAdvice(HealthSummaryResponse response, List<SystemInformation> systemInfo, String tenantId) HealthSummaryResponse.getAdviceItems()Method parameters in com.flowable.platform.service.health with type arguments of type HealthAdviceItemModifier and TypeMethodDescriptionvoidHealthSummaryResponse.setAdviceItems(List<HealthAdviceItem> adviceItems) -
Uses of HealthAdviceItem in com.flowable.platform.service.health.advisor
Methods in com.flowable.platform.service.health.advisor that return HealthAdviceItemModifier and TypeMethodDescriptionprotected HealthAdviceItemAsyncExecutorHealthAdvisor.evaluateNode(String node, HealthSummaryResponse.NodeExecutorMetrics m, boolean hasPendingJobs, boolean clusterIdle) Evaluates a single monitored executor's queue usage in isolation.Methods in com.flowable.platform.service.health.advisor that return types with arguments of type HealthAdviceItemModifier and TypeMethodDescriptionAsyncExecutorHealthAdvisor.computeAdvice(HealthSummaryResponse response, List<SystemInformation> systemInfo, String tenantId) DatabaseConnectionAdvisor.computeAdvice(HealthSummaryResponse response, List<SystemInformation> systemInfo, String tenantId) DeadLetterJobsAdvisor.computeAdvice(HealthSummaryResponse response, List<SystemInformation> systemInfo, String tenantId) HealthAdvisor.computeAdvice(HealthSummaryResponse response, List<SystemInformation> systemInfo, String tenantId) SlowJobIncidentAdvisor.computeAdvice(HealthSummaryResponse response, List<SystemInformation> systemInfo, String tenantId) SystemMemoryAdvisor.computeAdvice(HealthSummaryResponse response, List<SystemInformation> systemInfo, String tenantId)