Class StreamIntrospectionPlantUMLConverter
java.lang.Object
org.nuxeo.ecm.core.bulk.introspection.StreamIntrospectionBaseConverter
org.nuxeo.ecm.core.bulk.introspection.StreamIntrospectionPlantUMLConverter
Converts stream introspection JSON data to PlantUML diagram format.
- Since:
- 2025.10
-
Field Summary
Fields inherited from class org.nuxeo.ecm.core.bulk.introspection.StreamIntrospectionBaseConverter
json, OBJECT_MAPPER, root -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voiddumpComputation(String host, StringBuilder ret, com.fasterxml.jackson.databind.JsonNode item, Map<String, String> metrics, String created) protected voiddumpStream(StringBuilder ret, com.fasterxml.jackson.databind.JsonNode item, Map<String, String> metrics) protected StringgetBatchInfo(com.fasterxml.jackson.databind.JsonNode item) protected StringgetComputationMetricsForPuml(String host, String name, com.fasterxml.jackson.databind.JsonNode item, Map<String, String> metrics) getPuml()protected StringgetPumlHeader(String title) protected StringgetPumlIdentifier(String name) protected StringgetPumlIdentifierForHost(String host, String id) Methods inherited from class org.nuxeo.ecm.core.bulk.introspection.StreamIntrospectionBaseConverter
getNiceDouble, getNiceDouble3, getStreamEnd, parseMetrics
-
Constructor Details
-
StreamIntrospectionPlantUMLConverter
-
-
Method Details
-
getPuml
-
getPumlHeader
-
getPumlIdentifierForHost
-
dumpStream
protected void dumpStream(StringBuilder ret, com.fasterxml.jackson.databind.JsonNode item, Map<String, String> metrics) -
dumpComputation
-
getComputationMetricsForPuml
-
getBatchInfo
- Overrides:
getBatchInfoin classStreamIntrospectionBaseConverter
-
getPumlIdentifier
-