Uses of Class
com.flowable.platform.service.health.HealthSummaryResponse.NodeJobThroughput
Packages that use HealthSummaryResponse.NodeJobThroughput
Package
Description
-
Uses of HealthSummaryResponse.NodeJobThroughput in com.flowable.platform.service.health
Fields in com.flowable.platform.service.health with type parameters of type HealthSummaryResponse.NodeJobThroughputModifier and TypeFieldDescriptionprotected Map<String, HealthSummaryResponse.NodeJobThroughput> HealthSummaryResponse.nodeJobThroughputMethods in com.flowable.platform.service.health that return types with arguments of type HealthSummaryResponse.NodeJobThroughputModifier and TypeMethodDescriptionprotected Map<String, HealthSummaryResponse.NodeJobThroughput> HealthSummaryService.computeNodeJobThroughput(int minutesAgo, String tenantId) protected Map<String, HealthSummaryResponse.NodeJobThroughput> HealthSummaryService.computeNodeJobThroughputFromEs(int minutesAgo, Date from, Date to, String tenantId) Computes per-node job throughput from ES.HealthSummaryResponse.getNodeJobThroughput()Method parameters in com.flowable.platform.service.health with type arguments of type HealthSummaryResponse.NodeJobThroughputModifier and TypeMethodDescriptionvoidHealthSummaryResponse.setNodeJobThroughput(Map<String, HealthSummaryResponse.NodeJobThroughput> nodeJobThroughput) -
Uses of HealthSummaryResponse.NodeJobThroughput in com.flowable.platform.service.health.advisor
Method parameters in com.flowable.platform.service.health.advisor with type arguments of type HealthSummaryResponse.NodeJobThroughputModifier and TypeMethodDescriptionprotected DoubleAsyncExecutorHealthAdvisor.clusterJobsPerMinute(Map<String, HealthSummaryResponse.NodeJobThroughput> throughputByNode) Returns cluster-wide total jobs/min, ornullwhen no throughput data is available.