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-04-02 UTC."],[[["This webpage provides documentation for the `Distribution` class within the `com.google.api.gax.core` package, detailing its usage and functionality across multiple versions."],["The `Distribution` class records integer values from 0 up to a specified `endValue`, calculating their percentiles and allowing concurrent method calls."],["The latest available version of the `Distribution` class documented on this page is 2.63.1, with a history of previous versions dating back to 2.7.1."],["Key functionalities of the `Distribution` class include recording values, retrieving the nth percentile, getting the percentile of recorded values, and a toString method, and it inherits several members from `java.lang.Object`."],["The constructor for the distribution class requires an int type parameter named endValue to be passed in."]]],[]]