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."],[[["\u003cp\u003eThe webpage provides documentation for the \u003ccode\u003eDistribution\u003c/code\u003e class in the \u003ccode\u003ecom.google.api.gax.core\u003c/code\u003e package, with the latest version being 2.63.1.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eDistribution\u003c/code\u003e class records values from 0 up to a specified \u003ccode\u003eendValue\u003c/code\u003e and calculates their percentiles, and its methods are designed to support concurrent calls.\u003c/p\u003e\n"],["\u003cp\u003eThe class has one constructor, \u003ccode\u003eDistribution(int endValue)\u003c/code\u003e, which initializes the range for recorded values, and also has two main methods, \u003ccode\u003egetPercentile(double percentile)\u003c/code\u003e which retrieves the percentile, and \u003ccode\u003erecord(int value)\u003c/code\u003e which records new values, adjusting values that exceed the \u003ccode\u003eendValue\u003c/code\u003e parameter.\u003c/p\u003e\n"],["\u003cp\u003eThe webpage provides links to older versions of the documentation, allowing users to navigate to \u003ccode\u003eDistribution\u003c/code\u003e documentation from version 2.62.0 all the way down to 2.7.1.\u003c/p\u003e\n"],["\u003cp\u003eA list of methods that the \u003ccode\u003eDistribution\u003c/code\u003e class inherits from \u003ccode\u003ejava.lang.Object\u003c/code\u003e is also provided, as well as a toString() method that it overrides.\u003c/p\u003e\n"]]],[],null,[]]