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