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-01 UTC."],[[["This webpage provides documentation for the `Distribution` class within the `com.google.api.gax.core` package, detailing its usage and functionality across various versions."],["The `Distribution` class records integer values from 0 up to a specified `endValue` and can compute percentiles of these recorded values, allowing concurrent calls to its methods."],["The webpage lists available documentation for various versions of the `Distribution` class, ranging from version 2.63.1 (latest) down to version 2.7.1, allowing you to navigate through their different releases."],["The `Distribution` class includes methods to record values (`record`), get the nth percentile (`getNthPercentile`), get the percentile (`getPercentile`), and produce a string representation (`toString`)."],["The class has a constructor `Distribution(int endValue)` which sets the upper limit for the values to be recorded, and it inherits several methods from the `Object` class, including `clone`, `equals`, and `hashCode`."]]],[]]