Uses of Interface
org.apache.flink.runtime.taskexecutor.TaskExecutorThreadInfoGateway
Packages that use TaskExecutorThreadInfoGateway
Package
Description
-
Uses of TaskExecutorThreadInfoGateway in org.apache.flink.runtime.resourcemanager
Methods in org.apache.flink.runtime.resourcemanager that return types with arguments of type TaskExecutorThreadInfoGatewayModifier and TypeMethodDescriptionResourceManager.requestTaskExecutorThreadInfoGateway(ResourceID taskManagerId, Duration timeout) ResourceManagerGateway.requestTaskExecutorThreadInfoGateway(ResourceID taskManagerId, Duration timeout) Requests theTaskExecutorGateway. -
Uses of TaskExecutorThreadInfoGateway in org.apache.flink.runtime.taskexecutor
Subinterfaces of TaskExecutorThreadInfoGateway in org.apache.flink.runtime.taskexecutorClasses in org.apache.flink.runtime.taskexecutor that implement TaskExecutorThreadInfoGatewayModifier and TypeClassDescriptionclassTaskExecutor implementation.classA class that decorates/forwards calls to aTaskExecutorGateway. -
Uses of TaskExecutorThreadInfoGateway in org.apache.flink.runtime.webmonitor.threadinfo
Method parameters in org.apache.flink.runtime.webmonitor.threadinfo with type arguments of type TaskExecutorThreadInfoGatewayModifier and TypeMethodDescriptionThreadInfoRequestCoordinator.triggerThreadInfoRequest(Map<org.apache.flink.shaded.guava32.com.google.common.collect.ImmutableSet<ExecutionAttemptID>, CompletableFuture<TaskExecutorThreadInfoGateway>> executionsWithGateways, int numSamples, Duration delayBetweenSamples, int maxStackTraceDepth) Triggers collection of thread info stats of a job vertex by combining thread info responses from given subtasks.