Uses of Class
org.apache.flink.runtime.webmonitor.threadinfo.VertexThreadInfoStats
-
Packages that use VertexThreadInfoStats Package Description org.apache.flink.runtime.rest.handler.job org.apache.flink.runtime.webmonitor.threadinfo -
-
Uses of VertexThreadInfoStats in org.apache.flink.runtime.rest.handler.job
Constructor parameters in org.apache.flink.runtime.rest.handler.job with type arguments of type VertexThreadInfoStats Constructor Description JobVertexFlameGraphHandler(GatewayRetriever<? extends RestfulGateway> leaderRetriever, Duration timeout, Map<String,String> responseHeaders, ExecutionGraphCache executionGraphCache, Executor executor, VertexStatsTracker<VertexThreadInfoStats> threadInfoOperatorTracker) -
Uses of VertexThreadInfoStats in org.apache.flink.runtime.webmonitor.threadinfo
Methods in org.apache.flink.runtime.webmonitor.threadinfo that return types with arguments of type VertexThreadInfoStats Modifier and Type Method Description Optional<VertexThreadInfoStats>VertexThreadInfoTracker. getExecutionVertexStats(org.apache.flink.api.common.JobID jobId, AccessExecutionJobVertex vertex, int subtaskIndex)Optional<VertexThreadInfoStats>VertexThreadInfoTracker. getJobVertexStats(org.apache.flink.api.common.JobID jobId, AccessExecutionJobVertex vertex)CompletableFuture<VertexThreadInfoStats>ThreadInfoRequestCoordinator. triggerThreadInfoRequest(Map<org.apache.flink.shaded.guava33.com.google.common.collect.ImmutableSet<ExecutionAttemptID>,CompletableFuture<TaskExecutorThreadInfoGateway>> executionsWithGateways, int numSamples, Duration delayBetweenSamples, int maxStackTraceDepth)Triggers collection of thread info stats of a job vertex by combining thread info responses from given subtasks.Methods in org.apache.flink.runtime.webmonitor.threadinfo with parameters of type VertexThreadInfoStats 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.
-