| 程序包 | 说明 |
|---|---|
| org.apache.flink.runtime.rest.handler.job | |
| org.apache.flink.runtime.rest.messages | |
| org.apache.flink.runtime.webmonitor.threadinfo |
| 限定符和类型 | 方法和说明 |
|---|---|
protected JobVertexFlameGraph |
JobVertexFlameGraphHandler.handleRequest(HandlerRequest<EmptyRequestBody> request,
AccessExecutionJobVertex jobVertex) |
| 限定符和类型 | 方法和说明 |
|---|---|
Class<JobVertexFlameGraph> |
JobVertexFlameGraphHeaders.getResponseClass() |
| 限定符和类型 | 方法和说明 |
|---|---|
static JobVertexFlameGraph |
JobVertexFlameGraphFactory.createFullFlameGraphFrom(JobVertexThreadInfoStats sample)
Converts
JobVertexThreadInfoStats into a FlameGraph. |
static JobVertexFlameGraph |
JobVertexFlameGraphFactory.createOffCpuFlameGraph(JobVertexThreadInfoStats sample)
Converts
JobVertexThreadInfoStats into a FlameGraph representing blocked (Off-CPU)
threads. |
static JobVertexFlameGraph |
JobVertexFlameGraphFactory.createOnCpuFlameGraph(JobVertexThreadInfoStats sample)
Converts
JobVertexThreadInfoStats into a FlameGraph representing actively running
(On-CPU) threads. |
static JobVertexFlameGraph |
JobVertexFlameGraph.disabled() |
static JobVertexFlameGraph |
JobVertexFlameGraph.terminated() |
static JobVertexFlameGraph |
JobVertexFlameGraph.waiting() |
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.