| 程序包 | 说明 |
|---|---|
| org.apache.flink.runtime.webmonitor.stats | |
| org.apache.flink.runtime.webmonitor.threadinfo |
| 限定符和类型 | 接口和说明 |
|---|---|
interface |
JobVertexStatsTracker<T extends Statistics>
Interface for a tracker of statistics for
AccessExecutionJobVertex. |
| 限定符和类型 | 类和说明 |
|---|---|
class |
JobVertexThreadInfoTracker<T extends Statistics>
Tracker of thread infos for
ExecutionJobVertex. |
class |
JobVertexThreadInfoTrackerBuilder<T extends Statistics>
Builder for
JobVertexThreadInfoTracker. |
| 限定符和类型 | 类和说明 |
|---|---|
class |
JobVertexThreadInfoStats
Thread info statistics of multiple tasks.
|
| 限定符和类型 | 方法和说明 |
|---|---|
static <T extends Statistics> |
JobVertexThreadInfoTrackerBuilder.newBuilder(GatewayRetriever<ResourceManagerGateway> resourceManagerGatewayRetriever,
java.util.function.Function<JobVertexThreadInfoStats,T> createStatsFn,
ScheduledExecutorService executor,
org.apache.flink.api.common.time.Time restTimeout)
Create a new
JobVertexThreadInfoTrackerBuilder. |
Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.