Package | Description |
---|---|
org.openjdk.jmc.flightrecorder.stacktrace.graph |
Modifier and Type | Field and Description |
---|---|
private java.util.Map<java.lang.Integer,java.util.Set<Edge>> |
StacktraceGraphModel.edges
From node id -> Edge
|
Modifier and Type | Method and Description |
---|---|
private Edge |
StacktraceGraphModel.getOrCreateLink(Node fromNode,
Node toNode) |
Modifier and Type | Method and Description |
---|---|
java.util.Collection<Edge> |
StacktraceGraphModel.getEdges() |
Modifier and Type | Method and Description |
---|---|
private static void |
GraphModelUtils.printLinks(java.lang.StringBuilder builder,
java.util.Collection<Edge> edges) |