Uses of Class
com.flowable.platform.service.health.ExecutorNodeSnapshot
Packages that use ExecutorNodeSnapshot
-
Uses of ExecutorNodeSnapshot in com.flowable.platform.service.health
Methods in com.flowable.platform.service.health that return types with arguments of type ExecutorNodeSnapshotModifier and TypeMethodDescriptionprotected Map<String, Map<String, ExecutorNodeSnapshot>> HealthSummaryService.dbLatestExecutorSnapshotsByNode(Instant from, Instant to) static Map<String, Map<String, ExecutorNodeSnapshot>> HealthSummaryElasticSearchUtils.extractSnapshots(tools.jackson.databind.JsonNode response) Extracts per-node, per-executor latest snapshots from a by_node grouped ES response with top_hits.ExecutorMetrics.getLatestSnapshots()Method parameters in com.flowable.platform.service.health with type arguments of type ExecutorNodeSnapshotModifier and TypeMethodDescriptionprotected 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) Constructor parameters in com.flowable.platform.service.health with type arguments of type ExecutorNodeSnapshotModifierConstructorDescriptionExecutorMetrics(Map<String, Map<String, ExecutorNodeSnapshot>> latestSnapshots, Map<String, Map<String, Integer>> threadByNode10m, Map<String, Map<String, Integer>> threadByNode1h, Map<String, Map<String, Integer>> queueByNode10m, Map<String, Map<String, Integer>> queueByNode1h)