public interface TaskExecutorThreadInfoGateway
ThreadInfoSample.| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<TaskThreadInfoResponse> |
requestThreadInfoSamples(ExecutionAttemptID taskExecutionAttemptId,
ThreadInfoSamplesRequest requestParams,
org.apache.flink.api.common.time.Time timeout)
Request a thread info sample from the given task.
|
CompletableFuture<TaskThreadInfoResponse> requestThreadInfoSamples(ExecutionAttemptID taskExecutionAttemptId, ThreadInfoSamplesRequest requestParams, org.apache.flink.api.common.time.Time timeout)
taskExecutionAttemptId - identifying the task to samplerequestParams - parameters of the requesttimeout - of the requestCopyright © 2014–2022 The Apache Software Foundation. All rights reserved.