public class BackPressureStats extends Object
The stats are collected by request triggered in BackPressureRequestCoordinator
.
Constructor and Description |
---|
BackPressureStats(int requestId,
long startTime,
long endTime,
Map<ExecutionAttemptID,Double> backPressureRatios) |
Modifier and Type | Method and Description |
---|---|
Map<ExecutionAttemptID,Double> |
getBackPressureRatios() |
long |
getEndTime() |
int |
getRequestId() |
long |
getStartTime() |
String |
toString() |
public BackPressureStats(@Nonnegative int requestId, @Nonnegative long startTime, @Nonnegative long endTime, Map<ExecutionAttemptID,Double> backPressureRatios)
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.