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-09-03 UTC."],[[["\u003cp\u003eThe webpage provides documentation for the \u003ccode\u003eDistribution\u003c/code\u003e class within the \u003ccode\u003ecom.google.api.gax.core\u003c/code\u003e package, with the latest version being 2.63.1 and a large list of past version available to view.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eDistribution\u003c/code\u003e class records integer values from 0 up to a specified \u003ccode\u003eendValue\u003c/code\u003e and is designed to compute percentiles for those values, allowing for concurrent method calls.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eDistribution\u003c/code\u003e objects offer methods such as \u003ccode\u003egetNthPercentile\u003c/code\u003e, \u003ccode\u003egetPercentile\u003c/code\u003e, and \u003ccode\u003erecord\u003c/code\u003e, allowing for the retrieval of percentile values and the recording of new values, with the ability to retrieve approximate results when called concurrently.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003erecord\u003c/code\u003e method handles values greater than or equal to \u003ccode\u003eendValue\u003c/code\u003e by recording \u003ccode\u003eendValue-1\u003c/code\u003e to help manage distributions with long tails, and it does not accept negative values.\u003c/p\u003e\n"],["\u003cp\u003eThe class inherits certain members from \u003ccode\u003ejava.lang.Object\u003c/code\u003e, such as \u003ccode\u003eclone\u003c/code\u003e, \u003ccode\u003eequals\u003c/code\u003e, \u003ccode\u003egetClass\u003c/code\u003e, \u003ccode\u003ehashCode\u003c/code\u003e, \u003ccode\u003etoString\u003c/code\u003e, and various \u003ccode\u003ewait\u003c/code\u003e and \u003ccode\u003enotify\u003c/code\u003e methods.\u003c/p\u003e\n"]]],[],null,[]]