| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<ThreadDumpInfo> |
ResourceManagerGateway.requestThreadDump(ResourceID taskManagerId,
org.apache.flink.api.common.time.Time timeout)
Requests the thread dump from the given
TaskExecutor. |
CompletableFuture<ThreadDumpInfo> |
ResourceManager.requestThreadDump(ResourceID taskManagerId,
org.apache.flink.api.common.time.Time timeout) |
| Modifier and Type | Method and Description |
|---|---|
protected CompletableFuture<ThreadDumpInfo> |
TaskManagerThreadDumpHandler.handleRequest(HandlerRequest<EmptyRequestBody,TaskManagerMessageParameters> request,
ResourceManagerGateway gateway) |
| Constructor and Description |
|---|
TaskManagerThreadDumpHandler(GatewayRetriever<? extends RestfulGateway> leaderRetriever,
org.apache.flink.api.common.time.Time timeout,
Map<String,String> responseHeaders,
MessageHeaders<EmptyRequestBody,ThreadDumpInfo,TaskManagerMessageParameters> messageHeaders,
GatewayRetriever<ResourceManagerGateway> resourceManagerGatewayRetriever) |
| Modifier and Type | Method and Description |
|---|---|
static ThreadDumpInfo |
ThreadDumpInfo.create(Collection<ThreadDumpInfo.ThreadInfo> threadInfos) |
| Modifier and Type | Method and Description |
|---|---|
Class<ThreadDumpInfo> |
TaskManagerThreadDumpHeaders.getResponseClass() |
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<ThreadDumpInfo> |
TaskExecutorGateway.requestThreadDump(org.apache.flink.api.common.time.Time timeout)
Requests the thread dump from this TaskManager.
|
CompletableFuture<ThreadDumpInfo> |
TaskExecutorGatewayDecoratorBase.requestThreadDump(org.apache.flink.api.common.time.Time timeout) |
CompletableFuture<ThreadDumpInfo> |
TaskExecutor.requestThreadDump(org.apache.flink.api.common.time.Time timeout) |
Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.