Uses of Class
org.apache.flink.runtime.webmonitor.threadinfo.VertexThreadInfoStats
Packages that use VertexThreadInfoStats
Package
Description
-
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 VertexThreadInfoStatsModifierConstructorDescriptionJobVertexFlameGraphHandler(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 VertexThreadInfoStatsModifier and TypeMethodDescriptionVertexThreadInfoTracker.getExecutionVertexStats(org.apache.flink.api.common.JobID jobId, AccessExecutionJobVertex vertex, int subtaskIndex) VertexThreadInfoTracker.getJobVertexStats(org.apache.flink.api.common.JobID jobId, AccessExecutionJobVertex vertex) ThreadInfoRequestCoordinator.triggerThreadInfoRequest(Map<org.apache.flink.shaded.guava32.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 VertexThreadInfoStatsModifier 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.