Modifier and Type | Method and Description |
---|---|
CompletableFuture<TaskBackPressureResponse> |
Execution.requestBackPressure(int requestId,
Time timeout)
Request the back pressure ratio from the task of this execution.
|
Modifier and Type | Method and Description |
---|---|
CompletableFuture<TaskBackPressureResponse> |
TaskManagerGateway.requestTaskBackPressure(ExecutionAttemptID executionAttemptID,
int requestId,
Time timeout)
Request the back pressure ratio for the given task.
|
Modifier and Type | Method and Description |
---|---|
CompletableFuture<TaskBackPressureResponse> |
RpcTaskManagerGateway.requestTaskBackPressure(ExecutionAttemptID executionAttemptID,
int requestId,
Time timeout) |
Modifier and Type | Method and Description |
---|---|
CompletableFuture<TaskBackPressureResponse> |
TaskExecutorGateway.requestTaskBackPressure(ExecutionAttemptID executionAttemptId,
int requestId,
Time timeout) |
CompletableFuture<TaskBackPressureResponse> |
TaskExecutor.requestTaskBackPressure(ExecutionAttemptID executionAttemptId,
int requestId,
Time timeout) |
Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.