| 程序包 | 说明 |
|---|---|
| org.apache.flink.runtime.resourcemanager | |
| org.apache.flink.runtime.taskexecutor | |
| org.apache.flink.runtime.webmonitor.threadinfo |
| 限定符和类型 | 方法和说明 |
|---|---|
CompletableFuture<TaskExecutorThreadInfoGateway> |
ResourceManagerGateway.requestTaskExecutorThreadInfoGateway(ResourceID taskManagerId,
org.apache.flink.api.common.time.Time timeout)
Requests the
TaskExecutorGateway. |
CompletableFuture<TaskExecutorThreadInfoGateway> |
ResourceManager.requestTaskExecutorThreadInfoGateway(ResourceID taskManagerId,
org.apache.flink.api.common.time.Time timeout) |
| 限定符和类型 | 接口和说明 |
|---|---|
interface |
TaskExecutorGateway
TaskExecutor RPC gateway interface. |
| 限定符和类型 | 类和说明 |
|---|---|
class |
TaskExecutor
TaskExecutor implementation.
|
class |
TaskExecutorGatewayDecoratorBase
A class that decorates/forwards calls to a
TaskExecutorGateway. |
| 限定符和类型 | 方法和说明 |
|---|---|
CompletableFuture<JobVertexThreadInfoStats> |
ThreadInfoRequestCoordinator.triggerThreadInfoRequest(Map<org.apache.flink.shaded.guava30.com.google.common.collect.ImmutableSet<ExecutionAttemptID>,CompletableFuture<TaskExecutorThreadInfoGateway>> executionsWithGateways,
int numSamples,
java.time.Duration delayBetweenSamples,
int maxStackTraceDepth)
Triggers collection of thread info stats of a job vertex by combining thread info responses
from given subtasks.
|
Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.