The value must not be negative. To help with distributions with long tails, if the given
value is greater than or equal toendValue, the valueendValue-1is 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-09-04 UTC."],[[["\u003cp\u003eThe webpage provides documentation for the \u003ccode\u003ecom.google.api.gax.core.Distribution\u003c/code\u003e class in Java, with the latest version being 2.63.1.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eDistribution\u003c/code\u003e class records non-negative values up to a specified \u003ccode\u003eendValue\u003c/code\u003e and calculates their percentiles.\u003c/p\u003e\n"],["\u003cp\u003eUsers can retrieve the Nth percentile of recorded values with \u003ccode\u003egetNthPercentile(double percentile)\u003c/code\u003e or \u003ccode\u003egetPercentile(double percentile)\u003c/code\u003e, with the latter being approximate if called concurrently with \u003ccode\u003erecord(int)\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe class includes methods to record values (\u003ccode\u003erecord(int value)\u003c/code\u003e) and a \u003ccode\u003etoString()\u003c/code\u003e method, and it inherits several members from the \u003ccode\u003ejava.lang.Object\u003c/code\u003e class.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eDistribution\u003c/code\u003e constructor takes an integer parameter \u003ccode\u003eendValue\u003c/code\u003e to specify the range of values to be recorded.\u003c/p\u003e\n"]]],[],null,[]]