Uses of Interface
org.apache.flink.runtime.taskexecutor.TaskExecutorThreadInfoGateway
-
Packages that use TaskExecutorThreadInfoGateway Package Description org.apache.flink.runtime.resourcemanager org.apache.flink.runtime.taskexecutor org.apache.flink.runtime.webmonitor.threadinfo -
-
Uses of TaskExecutorThreadInfoGateway in org.apache.flink.runtime.resourcemanager
Methods in org.apache.flink.runtime.resourcemanager that return types with arguments of type TaskExecutorThreadInfoGateway Modifier and Type Method Description CompletableFuture<TaskExecutorThreadInfoGateway>ResourceManager. requestTaskExecutorThreadInfoGateway(ResourceID taskManagerId, Duration timeout)CompletableFuture<TaskExecutorThreadInfoGateway>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.taskexecutor Modifier and Type Interface Description interfaceTaskExecutorGatewayTaskExecutorRPC gateway interface.Classes in org.apache.flink.runtime.taskexecutor that implement TaskExecutorThreadInfoGateway Modifier and Type Class Description classTaskExecutorTaskExecutor implementation.classTaskExecutorGatewayDecoratorBaseA 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 TaskExecutorThreadInfoGateway Modifier and Type Method Description CompletableFuture<VertexThreadInfoStats>ThreadInfoRequestCoordinator. 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.
-