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\u003eThis webpage provides documentation for the \u003ccode\u003eDistribution\u003c/code\u003e class in the \u003ccode\u003ecom.google.api.gax.core\u003c/code\u003e package, with version 2.63.1 being the latest, and listing many historical versions down to 2.7.1.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eDistribution\u003c/code\u003e class records integer values from 0 up to an exclusive \u003ccode\u003eendValue\u003c/code\u003e and calculates their percentiles.\u003c/p\u003e\n"],["\u003cp\u003eThe class contains methods such as \u003ccode\u003egetNthPercentile\u003c/code\u003e, \u003ccode\u003egetPercentile\u003c/code\u003e, and \u003ccode\u003erecord\u003c/code\u003e, which can be called concurrently, to manipulate and record data.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003erecord\u003c/code\u003e method can be used to record new values, ensuring they are not negative, and any value equal to or greater than the \u003ccode\u003eendValue\u003c/code\u003e will be recorded as \u003ccode\u003eendValue-1\u003c/code\u003e instead.\u003c/p\u003e\n"],["\u003cp\u003eThe class inherits from \u003ccode\u003ejava.lang.Object\u003c/code\u003e and it contains other methods, such as \u003ccode\u003etoString\u003c/code\u003e, that can be used to interact with the data.\u003c/p\u003e\n"]]],[],null,[]]