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-03-21 UTC."],[[["The webpage provides documentation for the `com.google.api.gax.core.Distribution` class, detailing its functionality for recording values and computing percentiles, with the latest version being 2.63.1."],["The `Distribution` class records values from 0 up to a specified `endValue` (exclusive), and it offers methods that can be used concurrently, like the ability to compute and retrieve percentiles of the recorded values."],["Constructors, methods such as `getNthPercentile`, `getPercentile`, `record`, and `toString`, along with inherited members from `java.lang.Object`, are documented for the `Distribution` class."],["The class `Distribution` is an inherited member of `java.lang.Object`, with its methods such as record and getPercentile being able to be called concurrently."],["The webpage contains the documentation for version 2.11.0, however, the documentation has links for previous and newer versions going as far back as 2.7.1 and as new as 2.63.1."]]],[]]