You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/metrics2/lib/MutableInverseQuantiles.java
+20-26Lines changed: 20 additions & 26 deletions
Original file line number
Diff line number
Diff line change
@@ -69,41 +69,35 @@ static class InversePercentile extends Quantile {
69
69
* @param description long-form textual description of the metric
70
70
* @param sampleName type of items in the stream (e.g., "Ops")
71
71
* @param valueName type of the values
72
-
* @param intervalSecs rollover interval (in seconds) of the estimator
72
+
* @param intervalSecs rollover interval (in seconds) of the estimator
0 commit comments