public class TaskBackPressureResponse extends Object implements Serializable
| Constructor and Description |
|---|
TaskBackPressureResponse(int requestId,
ExecutionAttemptID executionAttemptID,
double backPressureRatio) |
| Modifier and Type | Method and Description |
|---|---|
double |
getBackPressureRatio() |
ExecutionAttemptID |
getExecutionAttemptID() |
int |
getRequestId() |
public TaskBackPressureResponse(int requestId,
ExecutionAttemptID executionAttemptID,
double backPressureRatio)
public int getRequestId()
public ExecutionAttemptID getExecutionAttemptID()
public double getBackPressureRatio()
Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.