| Package | Description |
|---|---|
| org.apache.flink.runtime.rest.handler.job | |
| org.apache.flink.runtime.rest.messages | |
| org.apache.flink.runtime.webmonitor.threadinfo |
| Modifier and Type | Method and Description |
|---|---|
protected VertexFlameGraph |
JobVertexFlameGraphHandler.handleRequest(HandlerRequest<EmptyRequestBody> request,
AccessExecutionJobVertex jobVertex) |
| Modifier and Type | Method and Description |
|---|---|
Class<VertexFlameGraph> |
JobVertexFlameGraphHeaders.getResponseClass() |
| Modifier and Type | Method and Description |
|---|---|
static VertexFlameGraph |
VertexFlameGraphFactory.createFullFlameGraphFrom(VertexThreadInfoStats sample)
Converts
VertexThreadInfoStats into a FlameGraph. |
static VertexFlameGraph |
VertexFlameGraphFactory.createOffCpuFlameGraph(VertexThreadInfoStats sample)
Converts
VertexThreadInfoStats into a FlameGraph representing blocked (Off-CPU)
threads. |
static VertexFlameGraph |
VertexFlameGraphFactory.createOnCpuFlameGraph(VertexThreadInfoStats sample)
Converts
VertexThreadInfoStats into a FlameGraph representing actively running
(On-CPU) threads. |
static VertexFlameGraph |
VertexFlameGraph.disabled() |
static VertexFlameGraph |
VertexFlameGraph.terminated() |
static VertexFlameGraph |
VertexFlameGraph.waiting() |
Copyright © 2014–2025 The Apache Software Foundation. All rights reserved.