The value must not be negative. To help with distributions with long tails, if the given
value is greater than or equal to endValue, the value endValue-1 is recorded
instead.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-15 UTC."],[[["This webpage provides documentation for the `Distribution` class in the `com.google.api.gax.core` package, with the latest version being 2.63.1 and a multitude of historical versions listed from there down to 2.7.1."],["The `Distribution` class is designed to record integer values from 0 up to a specified `endValue` (exclusive) and then calculate their percentiles, and allows for concurrent method calls."],["The class provides methods to record integer values, retrieve percentiles of recorded values using `getPercentile(double percentile)`, and an additional method to get a long data type percentile using `getNthPercentile(double percentile)`."],["It contains a constructor `Distribution(int endValue)` which takes the `endValue` as a parameter, and a `record(int value)` method to add new values, making note of values that exceed `endValue`."],["The class inherits several methods from `java.lang.Object` including `toString()`, `equals(Object)`, and `hashCode()`."]]],[]]