Class VertexFlameGraph
- java.lang.Object
-
- org.apache.flink.runtime.webmonitor.threadinfo.VertexFlameGraph
-
- All Implemented Interfaces:
ResponseBody
public class VertexFlameGraph extends Object implements ResponseBody
Flame Graph representation for a job vertex or an execution vertex.Statistics are gathered by sampling stack traces of running tasks.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
VertexFlameGraph.Node
Graph node.
-
Constructor Summary
Constructors Constructor Description VertexFlameGraph(long endTimestamp, VertexFlameGraph.Node root)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static VertexFlameGraph
disabled()
long
getEndTime()
VertexFlameGraph.Node
getRoot()
static VertexFlameGraph
terminated()
String
toString()
static VertexFlameGraph
waiting()
-
-
-
Constructor Detail
-
VertexFlameGraph
public VertexFlameGraph(long endTimestamp, VertexFlameGraph.Node root)
-
-
Method Detail
-
getEndTime
public long getEndTime()
-
getRoot
public VertexFlameGraph.Node getRoot()
-
terminated
public static VertexFlameGraph terminated()
-
disabled
public static VertexFlameGraph disabled()
-
waiting
public static VertexFlameGraph waiting()
-
-