public class VertexFlameGraph extends Object implements ResponseBody
Statistics are gathered by sampling stack traces of running tasks.
Modifier and Type | Class and Description |
---|---|
static class |
VertexFlameGraph.Node
Graph node.
|
Constructor and Description |
---|
VertexFlameGraph(long endTimestamp,
VertexFlameGraph.Node root) |
Modifier and Type | Method and Description |
---|---|
static VertexFlameGraph |
disabled() |
long |
getEndTime() |
VertexFlameGraph.Node |
getRoot() |
static VertexFlameGraph |
terminated() |
String |
toString() |
static VertexFlameGraph |
waiting() |
public VertexFlameGraph(long endTimestamp, VertexFlameGraph.Node root)
public long getEndTime()
public VertexFlameGraph.Node getRoot()
public static VertexFlameGraph terminated()
public static VertexFlameGraph disabled()
public static VertexFlameGraph waiting()
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.