| Package | Description |
|---|---|
| org.apache.flink.runtime.webmonitor.stats | |
| org.apache.flink.runtime.webmonitor.threadinfo |
| Modifier and Type | Interface and Description |
|---|---|
interface |
JobVertexStatsTracker<T extends Statistics>
Interface for a tracker of statistics for
AccessExecutionJobVertex. |
| Modifier and Type | Class and Description |
|---|---|
class |
JobVertexThreadInfoTracker<T extends Statistics>
Tracker of thread infos for
ExecutionJobVertex. |
class |
JobVertexThreadInfoTrackerBuilder<T extends Statistics>
Builder for
JobVertexThreadInfoTracker. |
| Modifier and Type | Class and Description |
|---|---|
class |
JobVertexThreadInfoStats
Thread info statistics of multiple tasks.
|
| Modifier and Type | Method and Description |
|---|---|
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–2023 The Apache Software Foundation. All rights reserved.