Uses of Class
org.apache.flink.runtime.rest.messages.ThreadDumpInfo
-
-
Uses of ThreadDumpInfo in org.apache.flink.runtime.dispatcher
Methods in org.apache.flink.runtime.dispatcher that return types with arguments of type ThreadDumpInfo Modifier and Type Method Description CompletableFuture<ThreadDumpInfo>
Dispatcher. requestThreadDump(Duration timeout)
-
Uses of ThreadDumpInfo in org.apache.flink.runtime.resourcemanager
Methods in org.apache.flink.runtime.resourcemanager that return types with arguments of type ThreadDumpInfo Modifier and Type Method Description CompletableFuture<ThreadDumpInfo>
ResourceManager. requestThreadDump(ResourceID taskManagerId, Duration timeout)
CompletableFuture<ThreadDumpInfo>
ResourceManagerGateway. requestThreadDump(ResourceID taskManagerId, Duration timeout)
Requests the thread dump from the givenTaskExecutor
. -
Uses of ThreadDumpInfo in org.apache.flink.runtime.rest.handler.cluster
Methods in org.apache.flink.runtime.rest.handler.cluster that return types with arguments of type ThreadDumpInfo Modifier and Type Method Description protected CompletableFuture<ThreadDumpInfo>
JobManagerThreadDumpHandler. handleRequest(HandlerRequest<EmptyRequestBody> request, RestfulGateway gateway)
Constructor parameters in org.apache.flink.runtime.rest.handler.cluster with type arguments of type ThreadDumpInfo Constructor Description JobManagerThreadDumpHandler(GatewayRetriever<? extends RestfulGateway> leaderRetriever, Duration timeout, Map<String,String> responseHeaders, MessageHeaders<EmptyRequestBody,ThreadDumpInfo,EmptyMessageParameters> messageHeaders)
-
Uses of ThreadDumpInfo in org.apache.flink.runtime.rest.handler.taskmanager
Methods in org.apache.flink.runtime.rest.handler.taskmanager that return types with arguments of type ThreadDumpInfo Modifier and Type Method Description protected CompletableFuture<ThreadDumpInfo>
TaskManagerThreadDumpHandler. handleRequest(HandlerRequest<EmptyRequestBody> request, ResourceManagerGateway gateway)
Constructor parameters in org.apache.flink.runtime.rest.handler.taskmanager with type arguments of type ThreadDumpInfo Constructor Description TaskManagerThreadDumpHandler(GatewayRetriever<? extends RestfulGateway> leaderRetriever, Duration timeout, Map<String,String> responseHeaders, MessageHeaders<EmptyRequestBody,ThreadDumpInfo,TaskManagerMessageParameters> messageHeaders, GatewayRetriever<ResourceManagerGateway> resourceManagerGatewayRetriever)
-
Uses of ThreadDumpInfo in org.apache.flink.runtime.rest.messages
Methods in org.apache.flink.runtime.rest.messages that return ThreadDumpInfo Modifier and Type Method Description static ThreadDumpInfo
ThreadDumpInfo. create(Collection<ThreadDumpInfo.ThreadInfo> threadInfos)
static ThreadDumpInfo
ThreadDumpInfo. dumpAndCreate(int stacktraceMaxDepth)
-
Uses of ThreadDumpInfo in org.apache.flink.runtime.rest.messages.cluster
Methods in org.apache.flink.runtime.rest.messages.cluster that return types with arguments of type ThreadDumpInfo Modifier and Type Method Description Class<ThreadDumpInfo>
JobManagerThreadDumpHeaders. getResponseClass()
-
Uses of ThreadDumpInfo in org.apache.flink.runtime.rest.messages.taskmanager
Methods in org.apache.flink.runtime.rest.messages.taskmanager that return types with arguments of type ThreadDumpInfo Modifier and Type Method Description Class<ThreadDumpInfo>
TaskManagerThreadDumpHeaders. getResponseClass()
-
Uses of ThreadDumpInfo in org.apache.flink.runtime.taskexecutor
Methods in org.apache.flink.runtime.taskexecutor that return types with arguments of type ThreadDumpInfo Modifier and Type Method Description CompletableFuture<ThreadDumpInfo>
TaskExecutor. requestThreadDump(Duration timeout)
CompletableFuture<ThreadDumpInfo>
TaskExecutorGateway. requestThreadDump(Duration timeout)
Requests the thread dump from this TaskManager.CompletableFuture<ThreadDumpInfo>
TaskExecutorGatewayDecoratorBase. requestThreadDump(Duration timeout)
-
Uses of ThreadDumpInfo in org.apache.flink.runtime.webmonitor
Methods in org.apache.flink.runtime.webmonitor that return types with arguments of type ThreadDumpInfo Modifier and Type Method Description CompletableFuture<ThreadDumpInfo>
NonLeaderRetrievalRestfulGateway. requestThreadDump(Duration timeout)
CompletableFuture<ThreadDumpInfo>
RestfulGateway. requestThreadDump(Duration timeout)
Requests the thread dump from the JobManager.
-