Uses of Class
org.apache.flink.runtime.webmonitor.threadinfo.VertexFlameGraph
-
Packages that use VertexFlameGraph Package Description org.apache.flink.runtime.rest.handler.job org.apache.flink.runtime.rest.messages org.apache.flink.runtime.webmonitor.threadinfo -
-
Uses of VertexFlameGraph in org.apache.flink.runtime.rest.handler.job
Methods in org.apache.flink.runtime.rest.handler.job that return VertexFlameGraph Modifier and Type Method Description protected 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 Modifier and Type Method Description Class<VertexFlameGraph>JobVertexFlameGraphHeaders. getResponseClass() -
Uses of VertexFlameGraph in org.apache.flink.runtime.webmonitor.threadinfo
Methods in org.apache.flink.runtime.webmonitor.threadinfo that return VertexFlameGraph Modifier and Type Method Description static 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()
-