Uses of Class
org.apache.flink.runtime.rest.messages.ThreadDumpInfo
Packages that use ThreadDumpInfo
Package
Description
-
Uses of ThreadDumpInfo in org.apache.flink.runtime.dispatcher
Methods in org.apache.flink.runtime.dispatcher that return types with arguments of type ThreadDumpInfo -
Uses of ThreadDumpInfo in org.apache.flink.runtime.resourcemanager
Methods in org.apache.flink.runtime.resourcemanager that return types with arguments of type ThreadDumpInfoModifier and TypeMethodDescriptionResourceManager.requestThreadDump(ResourceID taskManagerId, Duration timeout) 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 ThreadDumpInfoModifier and TypeMethodDescriptionprotected CompletableFuture<ThreadDumpInfo>JobManagerThreadDumpHandler.handleRequest(HandlerRequest<EmptyRequestBody> request, RestfulGateway gateway) Constructor parameters in org.apache.flink.runtime.rest.handler.cluster with type arguments of type ThreadDumpInfoModifierConstructorDescriptionJobManagerThreadDumpHandler(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 ThreadDumpInfoModifier and TypeMethodDescriptionprotected CompletableFuture<ThreadDumpInfo>TaskManagerThreadDumpHandler.handleRequest(HandlerRequest<EmptyRequestBody> request, ResourceManagerGateway gateway) Constructor parameters in org.apache.flink.runtime.rest.handler.taskmanager with type arguments of type ThreadDumpInfoModifierConstructorDescriptionTaskManagerThreadDumpHandler(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 ThreadDumpInfoModifier and TypeMethodDescriptionstatic ThreadDumpInfoThreadDumpInfo.create(Collection<ThreadDumpInfo.ThreadInfo> threadInfos) static ThreadDumpInfoThreadDumpInfo.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 -
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 -
Uses of ThreadDumpInfo in org.apache.flink.runtime.taskexecutor
Methods in org.apache.flink.runtime.taskexecutor that return types with arguments of type ThreadDumpInfoModifier and TypeMethodDescriptionTaskExecutor.requestThreadDump(Duration timeout) TaskExecutorGateway.requestThreadDump(Duration timeout) Requests the thread dump from this TaskManager.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 ThreadDumpInfoModifier and TypeMethodDescriptionNonLeaderRetrievalRestfulGateway.requestThreadDump(Duration timeout) RestfulGateway.requestThreadDump(Duration timeout) Requests the thread dump from the JobManager.