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-02 UTC."],[[["This webpage provides documentation for the `Distribution` class within the `com.google.api.gax.core` package, with the latest version being 2.63.1 and the current version specified as 2.32.1."],["The `Distribution` class is designed to record values from 0 up to a specified `endValue`, and compute their percentiles."],["The class offers methods such as `getNthPercentile(double percentile)`, `getPercentile(double percentile)`, and `record(int value)` to interact with recorded values and calculate percentiles, including the ability for concurrent calls."],["The `Distribution` class's `record(int value)` method automatically caps the recorded value at `endValue-1` if the input `value` is greater than or equal to `endValue`, helping manage long-tail distributions."],["A list of available versions ranging from 2.63.1 to 2.7.1 is provided, allowing users to choose specific versions of the documentation."]]],[]]