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