public class VertexFlameGraph extends Object implements ResponseBody
Statistics are gathered by sampling stack traces of running tasks.
| 限定符和类型 | 类和说明 |
|---|---|
static class |
VertexFlameGraph.Node
Graph node.
|
| 构造器和说明 |
|---|
VertexFlameGraph(long endTimestamp,
VertexFlameGraph.Node root) |
| 限定符和类型 | 方法和说明 |
|---|---|
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–2023 The Apache Software Foundation. All rights reserved.