Uses of Class
org.openjdk.jmc.flightrecorder.serializers.dot.DotSerializer.ConfigurationKey
-
Packages that use DotSerializer.ConfigurationKey Package Description org.openjdk.jmc.flightrecorder.serializers.dot -
-
Uses of DotSerializer.ConfigurationKey in org.openjdk.jmc.flightrecorder.serializers.dot
Methods in org.openjdk.jmc.flightrecorder.serializers.dot that return DotSerializer.ConfigurationKey Modifier and Type Method Description static DotSerializer.ConfigurationKeyDotSerializer.ConfigurationKey. valueOf(String name)Returns the enum constant of this type with the specified name.static DotSerializer.ConfigurationKey[]DotSerializer.ConfigurationKey. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.openjdk.jmc.flightrecorder.serializers.dot that return types with arguments of type DotSerializer.ConfigurationKey Modifier and Type Method Description static Map<DotSerializer.ConfigurationKey,String>DotSerializer. getDefaultConfiguration()Method parameters in org.openjdk.jmc.flightrecorder.serializers.dot with type arguments of type DotSerializer.ConfigurationKey Modifier and Type Method Description static StringDotSerializer. toDot(StacktraceGraphModel model, int maxNodesRendered, Map<DotSerializer.ConfigurationKey,String> configuration)Renders aStacktraceGraphModelin DOT format.
-