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 documents the `Distribution` class in the Google API Client Library for Java, which is designed to record values and compute their percentiles, with the ability to handle concurrent method calls."],["The latest documented version available is 2.63.1, with a history of versions going back to 2.7.1, all linked for reference."],["The `Distribution` class constructor takes an integer `endValue` as a parameter and the recorded values are expected to be in the range from `0` up to `endValue`, or `endValue-1` if value is greater or equal."],["The class provides methods to get the `nthPercentile` as a `long`, and getPercentile as an `int`, as well as the ability to record a value, and provides a `toString()` method."],["The available class inherits methods from the `java.lang.Object` class, including, but not limited to: clone, equals, hashCode, notify, and wait."]]],[]]