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-03-21 UTC."],[[["The webpage provides documentation for the `Distribution` class within the `com.google.api.gax.core` package, with the latest version being 2.63.1 and a large list of past version available to view."],["The `Distribution` class records integer values from 0 up to a specified `endValue` and is designed to compute percentiles for those values, allowing for concurrent method calls."],["`Distribution` objects offer methods such as `getNthPercentile`, `getPercentile`, and `record`, allowing for the retrieval of percentile values and the recording of new values, with the ability to retrieve approximate results when called concurrently."],["The `record` method handles values greater than or equal to `endValue` by recording `endValue-1` to help manage distributions with long tails, and it does not accept negative values."],["The class inherits certain members from `java.lang.Object`, such as `clone`, `equals`, `getClass`, `hashCode`, `toString`, and various `wait` and `notify` methods."]]],[]]