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"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-09 UTC."],[[["The webpage provides documentation for the `Distribution` class in the `com.google.api.gax.core` package, with the latest version being 2.63.1."],["The `Distribution` class records values from 0 up to a specified `endValue` and calculates their percentiles, and its methods are designed to support concurrent calls."],["The class has one constructor, `Distribution(int endValue)`, which initializes the range for recorded values, and also has two main methods, `getPercentile(double percentile)` which retrieves the percentile, and `record(int value)` which records new values, adjusting values that exceed the `endValue` parameter."],["The webpage provides links to older versions of the documentation, allowing users to navigate to `Distribution` documentation from version 2.62.0 all the way down to 2.7.1."],["A list of methods that the `Distribution` class inherits from `java.lang.Object` is also provided, as well as a toString() method that it overrides."]]],[]]