Uses of Interface
org.apache.flink.runtime.webmonitor.stats.VertexStatsTracker
-
Packages that use VertexStatsTracker Package Description org.apache.flink.runtime.rest.handler.job org.apache.flink.runtime.webmonitor.threadinfo -
-
Uses of VertexStatsTracker in org.apache.flink.runtime.rest.handler.job
Constructors in org.apache.flink.runtime.rest.handler.job with parameters of type VertexStatsTracker Constructor Description JobVertexFlameGraphHandler(GatewayRetriever<? extends RestfulGateway> leaderRetriever, Duration timeout, Map<String,String> responseHeaders, ExecutionGraphCache executionGraphCache, Executor executor, VertexStatsTracker<VertexThreadInfoStats> threadInfoOperatorTracker) -
Uses of VertexStatsTracker in org.apache.flink.runtime.webmonitor.threadinfo
Classes in org.apache.flink.runtime.webmonitor.threadinfo that implement VertexStatsTracker Modifier and Type Class Description classVertexThreadInfoTrackerTracker of thread infos forExecutionJobVertex.
-