Uses of Class
org.apache.flink.runtime.webmonitor.threadinfo.VertexFlameGraph
Packages that use VertexFlameGraph
Package
Description
-
Uses of VertexFlameGraph in org.apache.flink.runtime.rest.handler.job
Methods in org.apache.flink.runtime.rest.handler.job that return VertexFlameGraphModifier and TypeMethodDescriptionprotected VertexFlameGraphJobVertexFlameGraphHandler.handleRequest(HandlerRequest<EmptyRequestBody> request, AccessExecutionJobVertex jobVertex) -
Uses of VertexFlameGraph in org.apache.flink.runtime.rest.messages
Methods in org.apache.flink.runtime.rest.messages that return types with arguments of type VertexFlameGraph -
Uses of VertexFlameGraph in org.apache.flink.runtime.webmonitor.threadinfo
Methods in org.apache.flink.runtime.webmonitor.threadinfo that return VertexFlameGraphModifier and TypeMethodDescriptionstatic VertexFlameGraphVertexFlameGraphFactory.createFullFlameGraphFrom(VertexThreadInfoStats sample) ConvertsVertexThreadInfoStatsinto a FlameGraph.static VertexFlameGraphVertexFlameGraphFactory.createOffCpuFlameGraph(VertexThreadInfoStats sample) ConvertsVertexThreadInfoStatsinto a FlameGraph representing blocked (Off-CPU) threads.static VertexFlameGraphVertexFlameGraphFactory.createOnCpuFlameGraph(VertexThreadInfoStats sample) ConvertsVertexThreadInfoStatsinto a FlameGraph representing actively running (On-CPU) threads.static VertexFlameGraphVertexFlameGraph.disabled()static VertexFlameGraphVertexFlameGraph.terminated()static VertexFlameGraphVertexFlameGraph.waiting()